print.dcs_options {DCSmooth} | R Documentation |
print
method for class "dcs_options"
## S3 method for class 'dcs_options'
print(x, ...)
x |
an object of class "dcs_options", usually, a result of a call
to |
... |
Additional arguments passed to |
No return value.
print.dcs_options
prints the main options and
summary.dcs_options
prints main and advanced (IPI) options used for
the dcs
function. Arguments should be an object of class
"dcs_options"
.
print.dcs
, summary.dcs_options
## Default options
myOpt <- set.options()
print(myOpt)
summary(myOpt)
## Use Kernel regression
myOpt <- set.options(type = "KR")
print(myOpt)
summary(myOpt)