show,storm-method {StormR} | R Documentation |
Show a storm
/stormsList
Description
Display the storm
/stormsList
object
Usage
## S4 method for signature 'storm'
show(object)
## S4 method for signature 'stormsList'
show(object)
Arguments
object |
|
Value
NULL, only display information about the object
Examples
sds <- defStormsDataset()
sts <- defStormsList(sds = sds, loi = "New Caledonia", names = c("LUCAS","NIRAN"))
## Display information about Niran in sts
getStorm(sts, name = "NIRAN")
## Display information about sts
sts
[Package StormR version 0.1.1 Index]