knitr::opts_chunk$set(echo = TRUE, fig.keep = "last")
knitr::opts_knit$set(root.dir = "../")
library(rSDM)
occs <- as.data.frame(readr::read_csv("./data/locs_30m.csv"))

All species

occmap(occs, bg = "google", type = "satellite", pcol = "red")

C. macloviana

occmap(occs[occs$species == "macloviana", ], bg = "google", type = "satellite", pcol = "red")

C. magellanica

occmap(occs[occs$species == "magellanica", ], bg = "google", type = "satellite", pcol = "red")

C. microglochin

occmap(occs[occs$species == "microglochin", ], bg = "google", type = "satellite", pcol = "red")

C. canescens

occmap(occs[occs$species == "canescens", ], bg = "google", type = "satellite", pcol = "red")

C. maritima

occmap(occs[occs$species == "maritima", ], bg = "google", type = "satellite", pcol = "red")


Pakillo/Carex.bipolar documentation built on July 27, 2020, 2:09 p.m.