Plot the results of estimated spline parameters.
Source:R/estimateSplineParameters.R
plot.splineEst.RdPlot 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
NULLa default title is added to the plot depending onplotType.- output
Should the plot be output to the current device? If
FALSEonly a (list of) ggplot object(s) is invisibly returned. Ignored ifoutFileis 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
pdffor all possible options.
See also
Other functions for spline parameter estimation:
estimateSplineParameters()