extract.seq | R Documentation |
Returns, if possible, an regular spaced sorted vector vector. If more than half of the unique values have unequal distances, the sorted values are returned.
extract.seq(x, force.regular = FALSE, descending = FALSE)
x |
vetor of values (e.g. longitudes or latitudes) |
force.regular |
force a regular spaced vector with the smallest distance. |
descending |
sort in descending order if TRUE (default: ascendind) |
data.frame of gridcells with columns c("Lon", "Lat", "area")
Joerg Steinkamp joerg.steinkamp@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.