LUC_plot | R Documentation |
Plot function to visualize downscale results
LUC_plot(
res,
rasterfile,
year = NULL,
LU = NULL,
color = "Greens",
label = "Area in ha per pixel"
)
res |
Result from downscale |
rasterfile |
RasterLayer object |
year |
Specify dates of results to plot (has to be in res) |
LU |
Specify land-use of results to plot (has to be in res) |
color |
Pixel color on the map |
label |
Label of plot legend |
A list containing
LUC.plot
A ggplot object
plot.df
A dataframe used for constructing LUC.plot
## A basic example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.