sf
sf copied to clipboard
anything wrong with my code?
Dear @edzer,
Please see below:
shape <- sf::st_read("wlf_nhr_fl_dfomasterlist_20190418.shp")
ggplot() +
+ geom_sf(data = shape, size = 1.5, color = "black", fill = "cyan1") +
+ ggtitle("Lake Erie Outline") +
+ coord_sf()
Error in grid.Call.graphics(C_setviewport, vp, TRUE) :
non-finite location and/or size for viewport
In addition: Warning messages:
1: Position guide is perpendicular to the intended axis.
ℹ Did you mean to specify a different guide `position`?
2: Position guide is perpendicular to the intended axis.
ℹ Did you mean to specify a different guide `position`?
3: In cos(mid_y * pi/180) : NaNs produced