predictive_map: Plot predictive map

Description Usage Arguments

View source: R/random-forest-model.R

Description

Plot predictive map

Usage

1
2
predictive_map(rf_model, data, facet_plot = FALSE, facet_by = "year",
  lon_lat_names = list("lon", "lat"))

Arguments

rf_model

random forest model obtained from the function fit_random_forest.

data

data used to fit the random forest model

facet_plot

Should the plot be categorized? If TRUE, then the argument "facet_by" must be set. If FALSE, an average prediction is computed and plotted. Boolean

facet_by

variable to use in facet plots. Character.

lon_lat_names

names of latitude and longitude in the dataset. A list of characters. Defaults to list("lon", "lat")


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.