Description Usage Arguments Value Examples
This 'summary' slot summarized an analyzed 'GSCA' or 'NWA' object.
1 2 3 4 5 | ## S4 method for signature 'GSCA'
getSummary(object)
## S4 method for signature 'NWA'
getSummary(object)
|
object |
An object of 'GSCA' or 'NWA'. |
This function will return the summary information.
1 2 3 4 5 6 7 8 | # ===========================================================
# GSCA class
data(d7_gsca)
s1 <- getSummary(d7_gsca)
# ===========================================================
# NWA class
data(d7_nwa)
s1 <- getSummary(d7_nwa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.