Trying to plot a vector file, packages installed tidyverse, ggplot2
ggplot() + geom_sf(data = aoi_boundary_HARV, size = 3, color = "black", fill = "cyan1") + ggtitle("AOI Boundary Plot") + coord_sf()
Error: could not find function geom_sf
yes sf package was installed same problems
2.2.1 do that means my r studio is an old version and should install the most recent one or something else
I had to do installr for an update
now %>% and error message no applicable method for 'filter_' applied to an object of class "c('SpatialLinesDataFrame', 'SpatialLines', 'Spatial', 'SpatialLinesNULL')"