Skip to contents

Plot Gaussian Process Fit

Usage

# S3 method for class 'gaussian_process'
plot(x, col = 1, add_points = T, ...)

Arguments

x

Gaussian Process object

col

column name for the predictor you want to plot. All other predictors are set to their medians

add_points

whether to plot datapoints in the background

...

additional arguments (ignored)