amps_files | R Documentation |
Antarctic Mesoscale Prediction System GRIB files.
amps_files()
amps_model_files(time.resolution = "4hourly", grid = "d1", ...)
amps_d1files(time.resolution = "4hourly", ...)
amps_d2files(time.resolution = "4hourly", ...)
time.resolution |
a placeholder, defaults to "4hourly" and remains unused |
grid |
one of 'd1' (30km resolution) or 'd2' (10km resolution) |
... |
reserved, unused |
'amps_files' returns all the files, 'amps_model_files' returns the files with date set from the file name, 'amps_d1files' and 'amps_d2files' return only the 30km and 10 km resolution grids respectively.
## Not run:
amps_files()
amps_model_files()
amps_d1files()
amps_d2files()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.