Plot samples on a map

plot_map(
  leafcoords,
  map_layout = 1,
  color = "yearsbp",
  colorscale = "Portland",
  collog10 = TRUE
)

Arguments

leafcoords

data frame with columns iid, lon, lat

map_layout

1 or 2

color

color

colorscale

colorscale

collog10

collog10

Value

a plotly object.

Examples

if (FALSE) {
plot_map(example_anno, 1)
}