Description Usage Arguments Value Author(s)
View source: R/machine_predictor_lineplot.R
This functions applies one machine learning model on a given rasterstack
1 2 3 4 5 6 7 8 9 | machine_predictor_lineplot(
rstack,
location,
yname,
ylim = c(0, 100),
rollingaverage = 1,
threshold = FALSE,
aggregate_x_ticks = 5
)
|
rstack |
list containing an raster stack of predictions as created by ´machine_predictor´. The names of the rasters are expected to be in the format "X20180515" for the date 2018-05-15 |
location |
sp object containing location information |
yname |
name for the y axis |
ylim |
default = c(0,100); limits of the y axis |
rollingaverage |
default = 1; how many points should be averaged for the line |
threshold |
default = FALSE; numeric which indicates a red threshold line on the y axis |
aggregate_x_ticks |
default = 5; how many ticks should the x axis have? |
plot
Wolfgang Hamer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.