Provide short summary of an object.
Provide short summary if it is available. Otherwise, it is an alias for summary
.
summaryShort(object, ...)
object |
Desired object being described |
... |
any additional arguments |
NONE. This function will print on screen only.
Sunthud Pornprasertmanit (psunthud@gmail.com)
This is the list of classes that can use summaryShort
method.
loading <- matrix(0, 6, 2) loading[1:3, 1] <- NA loading[4:6, 2] <- NA loadingValues <- matrix(0, 6, 2) LY <- bind(loading, "runif(1, 0.8, 0.9)") summaryShort(LY)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.