plot.splineEst {statgenHTP} | R Documentation |
Plot the results of estimated spline parameters.
Description
Plot the results of estimated spline parameters.
Usage
## S3 method for class 'splineEst'
plot(
x,
...,
plotType = c("box", "hist"),
what = attr(x, "what"),
title = NULL,
output = TRUE,
outFile = NULL,
outFileOpts = NULL
)
Arguments
x |
An object of class |
... |
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 |
output |
Should the plot be output to the current device? If
|
outFile |
A character string indicating the .pdf file to which the
plots should be written. If |
outFileOpts |
A named list of extra options for the pdf outfile, e.g.
width and height. See |
Value
A list of objects of class ggplot is invisibly returned.
See Also
Other functions for spline parameter estimation:
estimateSplineParameters()