Description Usage Arguments Value Author(s) References Examples
Passing in a download object the function outputs a Bacon or Clam formatted file to a user defined destination for age modelling with existing age-depth modeling software.
1 | get_closest(x, n, buffer, ...)
|
x |
A vector long/lat pair, or a dataset, site or download. |
n |
The number of records to return. |
buffer |
The size of the buffer for dataset search (in kilometers) |
... |
optional arguments to pass into |
This command returns a dataset
or dataset_list
, or NULL if no records exist within the bounding box.
Simon J. Goring simon.j.goring@gmail.com, Andria Dawson andria.dawson@gmail.com
Neotoma Project Website: http://www.neotomadb.org API Reference: http://api.neotomadb.org/doc/resources/contacts
1 2 3 4 5 6 7 | ## Not run:
# The point of pulling chronology tables is to re-build or examine the chronological
# information that was used to build the age-depth model for the core.
# Find the closest records to Madison, WI:
get_closest(x = c(-89.4012, 43.0731), n = 10, buffer = 5, datasettype = "pollen")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.