readEot {remote} | R Documentation |
Read Eot
* files from disk
Description
Read Eot
* related files from disk, e.g. for further use with
predict()
or plot()
.
Usage
readEot(x, prefix = "remote", suffix = "grd")
Arguments
x |
|
prefix |
|
suffix |
|
Value
An Eot
* object.
Author(s)
Florian Detsch
See Also
eot()
, writeEot()
,
raster::writeRaster()
.
Examples
## 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)
[Package remote version 1.2.3 Index]