openair
functions.importTraj(site = "london", year = 2009, local = NA)
year = 1990:2000
. To import several specfic years
use year = c(1990, 1995, 2000)
for example.local =
'c:/users/davi
trajPlot
, importAURN
,
importKCL
,importADMS
,
importSAQN
## import trajectory data for London in 2009
mytraj <- importTraj(site = "london", year = 2009)
## combine with measurements
theData <- importAURN(site = "kc1", year = 2009)
mytraj <- merge(mytraj, theData, by = "date")
Run the code above in your browser using DataLab