View source: R/downloadRtopExampleData.r
downloadRtopExampleData | R Documentation |
Download additional example data from Vienna University of Technology
downloadRtopExampleData(folder = system.file("extdata",
package="rtop"))
folder |
the folder to which the downloaded data set will be copied |
The function will have as a side effect that additional example data is
downloaded from Vienna University of Techology. This will for the default
case replace the existing example data-set in the rtop
package. Alternatively
the user can specify a separate directory for the data set.
Jon Olav Skoien
Skoien J. O., R. Merz, and G. Bloschl. Top-kriging - geostatistics on stream networks. Hydrology and Earth System Sciences, 10:277-287, 2006.
Skoien, J. O., Bloschl, G., Laaha, G., Pebesma, E., Parajka, J., Viglione, A., 2014. Rtop: An R package for interpolation of data with a variable spatial support, with an example from river networks. Computers & Geosciences, 67.
## Not run:
downloadRtopExampleData()
rpath = system.file("extdata",package="rtop")
library(sf)
observations = st_read(rpath,"observations")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.