print.hcdf_univar {hermiter} | R Documentation |
Mirrors the print method of the stats::ecdf function
## S3 method for class 'hcdf_univar'
print(x, digits = getOption("digits") - 2L, ...)
x |
A hcdf_univar object. |
digits |
A numeric value. Number of digits to round to. |
... |
Unused |