plot.hcdf_univar {hermiter} | R Documentation |
Plots the hcdf_univar object as output by the hcdf function when evaluated on a hermite_estimator_univar object.
Description
Plots the hcdf_univar object as output by the hcdf function when evaluated on a hermite_estimator_univar object.
Usage
## S3 method for class 'hcdf_univar'
plot(x, main = "Hermite CDF", xlab = "x", ylab = "F(x)", ...)
Arguments
x |
A hcdf_univar object. |
main |
A string, title for plot. |
xlab |
A string, x label for plot. |
ylab |
A string, y label for plot. |
... |
Additional parameters for plotting. |
[Package hermiter version 2.3.1 Index]