Description Usage Arguments Details Value Examples
Draws paleoecological diagrams from a download_list
object. Allows control of variable type (using the tran
function from the analogue
package), and taxonomic grouping.
This function only works for download_list
objects that contain a single object.
1 2 3 |
x |
A |
yaxis |
One of the columns in |
method |
An option for axis transformation using |
group |
An ecological group from the taxon table. |
... |
variables to be passed to |
A wrapper for the analogue
package's Stratiplot
function. Allowing the user to plot a stratigraphic diagram directly from a download
object.
A trellis
object.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
lake_o_dl <- get_download(15925)
# This works:
Stratiplot(lake_o_dl)
lakes_o_nw <- get_download(get_site(sitename = "Lake B%"))
# This Fails:
# Stratiplot(lake_o_nw)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.