ReadMapTile | R Documentation |
Reads an image from a PNG file/content into a raster array.
ReadMapTile(destfile, METADATA = TRUE, native = TRUE)
destfile |
png file to read |
METADATA |
read MetaInfo as well ? |
native |
determines the image representation - if FALSE then the result is an array, if TRUE then the result is a native raster representation, see readPNG in package png. |
map or tile object
Markus Loecher
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.