Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/oscarperpinan/spacetime-vis
- Owner: oscarperpinan
- License: gpl-3.0
- Created: 2012-06-01T15:37:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T10:53:20.000Z (over 6 years ago)
- Last Synced: 2024-06-11T19:59:49.831Z (5 months ago)
- Language: R
- Homepage: http://oscarperpinan.github.io/spacetime-vis/
- Size: 122 MB
- Stars: 132
- Watchers: 36
- Forks: 91
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitTo 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 .