Description Usage Arguments Value Examples
View source: R/read_risico_binary.R
Reads a RISICO output file and returns a raster map
1 | read_risico_binary(filename)
|
filename |
is the file to read |
The function returns a RasterLayer or Brick, depending on whether
filenane
contains one or more layers.
1 2 3 4 | ## Not run:
read_risico_binary(system.file("extdata", "RISICO_binary.bin", package = "caliver"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.