plot.bpwpm_prediction: Generic function for plotting bpwpm_predictions objects

Description Usage Arguments Value Examples

View source: R/plot_funcs.R

Description

Once a model has been run and evaluated, a prediction can be made using the function predict.bpwpm. The Input X and output Y are saved and can be plotted against the final PWP expansion for the model.

Usage

1
2
## S3 method for class 'bpwpm_prediction'
plot(object, ...)

Arguments

object

of the class bpwpm_prediction

...

other arguments

Value

a series of plots from ggplot2

Examples

1
2
(train_set_prediciton),
 (test_set_prediciton)

PaoloLuciano/BPWPM documentation built on May 21, 2019, 1:20 p.m.