gen_start_bin | R Documentation |
This generates a vector of bin numbers at the start of each row on a global grid, given the number of rows. Example: For 4km resolution, 4320 rows; for 9km resolution, 2160 rows
gen_start_bin(nrows = gen_nrows("4"))
nrows |
Number of rows in the resulting global raster of bin numbers. See ?gen_nrows to generate the appropriate number of rows for your selected resolution. |
Numeric vector of starting bins.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.