Plot the results of estimated spline parameters.
Source:R/estimateSplineParameters.R
plot.splineEst.Rd
Plot the results of estimated spline parameters.
Arguments
- x
An object of class
splineEst
- ...
Ignored.
- plotType
A character string indicating the type of plot to be made.
- what
The types of estimate that should be plotted.
- title
A character string used as title for the plot. If
NULL
a default title is added to the plot depending onplotType
.- output
Should the plot be output to the current device? If
FALSE
only a (list of) ggplot object(s) is invisibly returned. Ignored ifoutFile
is specified.- outFile
A character string indicating the .pdf file to which the plots should be written. If
NULL
, no file is written.- outFileOpts
A named list of extra options for the pdf outfile, e.g. width and height. See
pdf
for all possible options.
See also
Other functions for spline parameter estimation:
estimateSplineParameters()