Plot the results of estimated spline parameters.
# S3 method for splineEst
plot(
x,
...,
plotType = c("box", "hist"),
what = attr(x, "what"),
title = NULL,
output = TRUE,
outFile = NULL,
outFileOpts = NULL
)
A list of objects of class ggplot is invisibly returned.
An object of class splineEst
Ignored.
A character string indicating the type of plot to be made.
The types of estimate that should be plotted.
A character string used as title for the plot. If NULL
a
default title is added to the plot depending on plotType
.
Should the plot be output to the current device? If
FALSE
only a (list of) ggplot object(s) is invisibly returned. Ignored if
outFile
is specified.
A character string indicating the .pdf file to which the
plots should be written. If NULL
, no file is written.
A named list of extra options for the pdf outfile, e.g.
width and height. See pdf
for all possible options.
Other functions for spline parameter estimation:
estimateSplineParameters()