extract-methods {aws} | R Documentation |
Methods for Function extract
in Package aws
Description
The method extract and/or compute specified statistics from object of class
"aws"
, "awssegment"
, ICIsmooth
and "kernsm"
.
Usage
## S4 method for signature 'aws'
extract(x, what="y")
## S4 method for signature 'awssegment'
extract(x, what="y")
## S4 method for signature 'ICIsmooth'
extract(x, what="y")
## S4 method for signature 'kernsm'
extract(x, what="y")
Arguments
x |
object |
what |
Statistics to extract, defaults to |
Methods
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)
.