
mscstn
using an IDgetstnname(id)
NULL
.mscstn
. Presently it is useful only for
Meteorological Survey of Canada weather stations in BC, AB and YT,
however getstnname
can be overridden by another (similar)
function and data object for other regions.mscstn
, mscdata
, .seastitle
data(mscdata)
mscdata$id[1]
getstnname(mscdata$id[1])
ids <- levels(mscdata$id)
data.frame(id=I(ids),name=getstnname(ids))
Run the code above in your browser using DataLab