Description Usage Arguments Value References See Also Examples
WARNING: This function is under development and its functionality is limited
Makes a search using occurrences
and plots environmental variables
associated with species presence against each other. Alternatively, makes a
search using occurrences
and plots species occurence data e.g
frequencies against environmental variables. Note that there is a limit of
500000 records per request when using method="indexed"
. Use the
method="offline"
for larger requests. For small requests,
method="indexed"
likely to be faster.
1 | scatterplot(taxon, ...)
|
taxon |
string: (optional) query of the form field:value (e.g. "genus:Macropus")
or a free text search (e.g. "macropodidae"). Note that a free-text search is
equivalent to specifying the "text" field (i.e. |
... |
: other options passed to occurences() |
Data frame of occurrence results, with one row per occurrence record. The columns of the dataframe will depend on the requested fields. The data frame is plotted with ggplot and output stored as pdf, an interactive ggplot using plotly is displayed on-screen.
Associated Bioatlas web service for record counts: https://api.bioatlas.se/#ws3 # TODO UPDATE
Associated Bioatlas web service for occurence downloads: https://api.bioatlas.se/#ws4 # TODO UPDATE
Field definitions: https://docs.google.com/spreadsheet/ccc?key=0AjNtzhUIIHeNdHhtcFVSM09qZ3c3N3ItUnBBc09TbHc
WKT reference: http://www.geoapi.org/3.0/javadoc/org/opengis/referencing/doc-files/WKT.html
sbdi_reasons
for download reasons; sbdi_config
1 2 3 4 | ## Not run:
scatterplot(taxon="Ectocarpus siliculosus", download_reason_id=10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.