Plot samples on a map
plot_map(
leafcoords,
map_layout = 1,
color = "yearsbp",
colorscale = "Portland",
collog10 = TRUE
)
data frame with columns iid
, lon
, lat
1 or 2
color
colorscale
collog10
a plotly object.
if (FALSE) {
plot_map(example_anno, 1)
}