cutPAM | R Documentation |
Get rid of excess data. e.g. when a logger is kept in a rucksack or a lab before being downloaded.
cutPAM(dta, start, end)
dta |
path where files are stored |
start |
posicxt object for date that PAM data should start |
end |
posicxt object for date that PAM data should end |
shortened PAM data
#data(hoopoe)
#PAM_data=hoopoe
#str(PAM_data)
#start = as.POSIXct("2016-07-01","%Y-%m-%d", tz="UTC")
#end = as.POSIXct("2017-06-01","%Y-%m-%d", tz="UTC")
#newPAM = cutPAM(PAM_data,start,end)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.