R/model_london.R

#' Example \strong{ranger} random forest model for the \strong{rmweather} 
#' package.
#' 
#' This example object was created from the observational data included in 
#' \strong{rmweather} and is a random forest model returned by 
#' \code{\link{rmw_train_model}}. This forest is only made from one tree to keep
#' the file size small and is only used for the package's examples. 
# 
#' @author Stuart K. Grange
#' 
#' @seealso \code{\link{data_london}}, \code{\link{rmw_train_model}}
#' 
#' @format A ranger object, a named list with 16 elements. 
#' 
#' @examples 
#' 
#' # Load rmweather's ranger model example data and see what elements it contains
#' names(model_london)
#' 
#' # Print ranger object
#' print(model_london)
#' 
"model_london"

Try the rmweather package in your browser

Any scripts or data that you put into this service are public.

rmweather documentation built on Nov. 21, 2023, 5:06 p.m.