Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oscarperpinan/spacetime-vis

Sources of the book "Displaying time series, spatial and space-time data with R" (1st Edition)
https://github.com/oscarperpinan/spacetime-vis

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

**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](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 .