| readEot | R Documentation |
Eot* files from diskRead Eot* related files from disk, e.g. for further use with
predict() or plot().
readEot(x, prefix = "remote", suffix = "grd")
x |
|
prefix |
|
suffix |
|
An Eot* object.
Florian Detsch
eot(), writeEot(),
raster::writeRaster().
## Not run:
## calculate 3 leading modes
data(vdendool)
nh_modes <- eot(x = vdendool, n = 3, standardised = FALSE,
write.out = TRUE, path.out = "~/data")
## reimport related files
rm(nh_modes)
nh_modes <- readEot("~/data")
nh_modes
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.