if (FALSE) {
library(dplyr)
Brazil_vec <- getVecOcc(country = "Brazil")
# Filter data.frame then readd vector points class so autoplot can be used.
Brazil_vec %>%
filter(sample_method1 == 'larval collection') %>%
as.vectorpoints %>%
autoplot
}
Run the code above in your browser using DataLab