spacetime vis

Sources of the book "Displaying time series, spatial and space-time data with R" (1st Edition)

Forthcoming 2nd Edition: http://oscarperpinan.github.io/bookvis/

Displaying time series, spatial and space-time data with R (1st Edition)

This is the repository of the code and data from the 1st Edition of the book Displaying
time series, spatial and space-time data with R published with
Chapman&Hall/CRC. This
book provides methods to display time series, spatial and space-time
data using R.

cover

The repository can be downloaded as a
ZIP file
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

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/>.