extract-methods | R Documentation |
extract
in Package awsThe method extract and/or compute specified statistics from object of class
"aws"
, "awssegment"
, ICIsmooth
and "kernsm"
.
## 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")
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)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.