plot.learning_curve: Plot results from learning curve analysis

Description Usage Arguments Value Author(s)

View source: R/learning-curve.r

Description

Plot results from learning curve analysis

Usage

1
2
3
## S3 method for class 'learning_curve'
plot(x, ..., summaries = list(mean = mean,
  `95-percentile` = function(x) quantile(x, 0.95)))

Arguments

x

Results from learning_curve.

...

Ignored, kept for S3 consistency.

summaries

Named list of summary functions that can reduce a vector of performance estimates to a single quantity.

Value

A ggplot object.

Author(s)

Christofer Bäcklin


emil documentation built on Aug. 1, 2018, 1:03 a.m.