chronosphere v0.2.2 on CRAN!
We are pleased to announce that chronosphere v.0.2.2. is now on CRAN! This is only a minor update in which some bugs were fixed and minor features added/changed.
The following updates were made in chronosphere 0.2.2 (2020-02-17):
1. dataindex()
function changed to datasets()
The dataindex()
function has now been deprecated in favour of datasets()
to access list of datasets that are now available on the package. We thought that “datasets” was more intuitive than “dataindex”, hence the change.
head(datasets())
## name dat
## 1 PALEOMAP Digital Elevation model paleomap
## 2 PALEOMAP Paleoatlas Paleorasters paleomap
## 3 PALEOMAP Paleoatlas Paleorasters paleomap
## 4 Paleobiology Database pbdb
## 5 Paleobiology Database pbdb
## 6 Continent Fragmentation index of Zaffos et al. 2017 timeseries
## var res ver rotation licence proj4string
## 1 dem 1.0 20190719 NA CC-BY-NC-ND NA
## 2 paleoatlas 0.1 20160216v3 NA CC-BY-NC-ND NA
## 3 paleoatlas 0.5 20160216v3 NA CC-BY-NC-ND NA
## 4 NA 20191122 NA CC-BY NA
## 5 NA 20200217 NA CC-BY NA
## 6 fragment NA zaffos_et_al_2017 NA not formal NA
## date type format separator public chronosphere.version
## 1 20180811 RasterArray nc TRUE 0.2.0
## 2 20160216 RasterArray nc TRUE 0.2.0
## 3 20160216 RasterArray nc TRUE 0.2.0
## 4 20191122 data.frame rds TRUE 0.2.0
## 5 20200217 data.frame rds TRUE 0.2.0
## 6 20170317 data.frame csv comma TRUE 0.2.0
## url
## 1 https://www.earthbyte.org/paleodem-resource-scotese-and-wright-2018/
## 2 https://www.earthbyte.org/paleomap-paleoatlas-for-gplates/
## 3 https://www.earthbyte.org/paleomap-paleoatlas-for-gplates/
## 4 https://paleobiodb.org/
## 5 https://paleobiodb.org/
## 6 https://github.com/UW-Macrostrat/PNAS_201702297
## citation
## 1 Scotese, C. R. Wright, N. (2018). PALEOMAP Paleodigital Elevation Models (PaleoDEMS) for the Phanerozoic. URL: https://www.earthbyte.org/paleodem-resource-scotese-and-wright-2018/
## 2 Scotese, C. R. (2016) Tutorial: PALEOMAP PaleoAtlas for GPlates and the PaleoData Plotter Program. URL: https://www.earthbyte.org/paleomap-paleoatlas-for-gplates/
## 3 Scotese, C. R. (2016) Tutorial: PALEOMAP PaleoAtlas for GPlates and the PaleoData Plotter Program. URL: https://www.earthbyte.org/paleomap-paleoatlas-for-gplates/
## 4 Please remember to acknowledge the Paleobiology Database (http://paleobiodb.org) in your publication.
## 5 Please remember to acknowledge the Paleobiology Database (http://paleobiodb.org) in your publication.
## 6 Zaffos, A., Finnegan, S., & Peters, S. E. (2017). Plate tectonic regulation of global marine animal diversity. Proceedings of the National Academy of Sciences, 114(22), 5653\x965658. https://doi.org/10.1073/pnas.1702297114
## comment
## 1
## 2 \\Caradocian map omitted - same date as Darriwillian\\
## 3 Resampled from 0.1
## 4
## 5
## 6
2. IPCC AR6 colour palettes added
In an attempt to keep the visualisation of environmental variables standard, we decided to adopt the IPCC palettes.
showPal()
ipccLine and ipccRCP are discrete colours for line graphs, with the ipccRCP representing the different climate scenarios
ipccRCP()
## 8.5 6 4.5 2.6
## "#990002" "#C47900" "#5492CD" "#003466"
3. mapplot()
bug fixed
In previous versions, a bug in the mapplot()
function resetted the coordinates, thus not allowing to add other attributes to the plots, e.g. points. This has now been fixed.
Enjoy!