plot.rf.cv: Plot random forests cross-validation

Description Usage Arguments Author(s)

View source: R/plot.rf.cv.R

Description

Plot function for rf.cv object

Usage

1
2
## S3 method for class 'rf.cv'
plot(x, type = "cv", stat = "kappa", ...)

Arguments

x

A rf.cv object

type

Which result to evaluate c("cv","model")

stat

Which statistic to plot: classification: "users.accuracy", "producers.accuracy", "kappa", "oob", regression: "rmse", "mse", "var.exp", "mae", "mbe"

...

Additional arguments passed to plot

Author(s)

Jeffrey S. Evans <jeffrey_evans@tnc.org>


rfUtilities documentation built on Oct. 3, 2019, 9:04 a.m.