Displaying time series, spatial and space-time data with R
----

This is the repository of the code and data from the book Displaying
time series, spatial and space-time data with R to be published with
[Chapman&Hall/CRC](http://www.crcpress.com/product/isbn/9781466565203). This
book provides methods to display time series, spatial and space-time
data using R.

![cover](http://images.tandf.co.uk/common/jackets/crclarge/978146656/9781466565203.jpg)

The repository can be downloaded as a
[ZIP file](https://github.com/oscarperpinan/spacetime-vis/archive/master.zip)
or using `git`:
    
    git clone https://github.com/oscarperpinan/spacetime-vis.git

To run the code files you must first set the working directory to the
folder where the repository has been downloaded:

    R> setwd('/path/to/my/repository/folder/')

---

The main graphics are displayed at the accompanying website:

http://oscarperpinan.github.com/spacetime-vis/

---

GNU Licence ![GPL3](http://www.gnu.org/graphics/gplv3-127x51.png)
----

    Copyright (C) 2013-2012 Oscar Perpiñán Lamigueiro
  
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

