summary.clark | R Documentation |
summary
methods for ClarkLDF
and ClarkCapeCod
objects
## S3 method for class 'ClarkLDF'
summary(object, ...)
## S3 method for class 'ClarkCapeCod'
summary(object, ...)
object |
object resulting from a run of the |
... |
not currently used |
summary.ClarkLDF
returns a data.frame
that holds the columns of a
typical "Development-type" exhibit.
summary.ClarkCapeCod
returns a data.frame
that holds the columns of a
typical "Bornhuetter-Ferguson-type" exhibit.
summary.ClarkLDF
and summary.ClarkCapeCod
return
data.frame
s whose columns are objects of the appropriate mode
(i.e., character
for "Origin", otherwise numeric
)
Dan Murphy
See also ClarkLDF
y <- ClarkLDF(RAA)
summary(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.