plot_map | R Documentation |
Plot samples on a map
plot_map(
leafcoords,
map_layout = 1,
color = "yearsbp",
colorscale = "Portland",
collog10 = TRUE
)
leafcoords |
data frame with columns |
map_layout |
1 or 2 |
color |
color |
colorscale |
colorscale |
collog10 |
collog10 |
a plotly object.
## Not run:
plot_map(example_anno, 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.