extract
in Package awsextract-methods.Rd
The method extract and/or compute specified statistics from object of class
"aws"
, "awssegment"
, ICIsmooth
and "kernsm"
.
# S4 method for aws
extract(x, what="y")
# S4 method for awssegment
extract(x, what="y")
# S4 method for ICIsmooth
extract(x, what="y")
# S4 method for kernsm
extract(x, what="y")
x | object |
---|---|
what | Statistics to extract, defaults to |
signature(x = "ANY")
Returns a message that method extract
is not defined.
signature(x = "aws")
Returns a list with components containing the requested statistics. Component names correspond to
tolower(what)
signature(x = "awssegment")
Returns a list with components containing the requested statistics. Component names correspond to
tolower(what)
signature(x = "ICIsmooth")
Returns a list with components containing the requested statistics. Component names correspond to
tolower(what)
.
signature(x = "kernsm")
Returns a list with components containing the requested statistics. Component names correspond to
tolower(what)
.