Description Usage Arguments Value Examples
View source: R/maiac_cropRaw.R
crop a raw maiac dataframe
1 | maiac_cropRaw(maiac_rawDataframe, xlim = NULL, ylim = NULL)
|
maiac_rawDataframe |
maiac dataframe generated from maiac_loadRawDataframe() |
xlim |
low and high longitude values (xlo, xhi) |
ylim |
low and high latitude values (ylo, yhi) |
cropped raw maiac tibble
1 2 3 4 5 | ## Not run:
maiac <- maiac_loadRawDataframe("h01v04", 20171009, 2150)
maiac <- maiac_cropRaw(maiac, xlim = c(-125.52, -117.03), ylim = c(36.52, 41.78))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.