The removeStorms() function removes specified storms from a stormsList
object based on their names and seasons.
Examples
if (FALSE) { # \dontrun{
sds <- defStormsDataset(...)
sts <- defStormsList(sds, loi="Vanuatu", seasons=c(1990, 2000))
# Remove specific storms
sts <- removeStorms(sts, names=c("UNNAMED", "BARRY"), seasons=c(1990, 1989))
} # }
