ggplot2
ggplot2 copied to clipboard
Error: Invalid index: field name 'x_start' not found
options(repr.plot.width=10,repr.plot.height=10)
p1 <- ggplot(nc) +
geom_sf(aes(fill=meta[ as.character(nc$cell),'cell_type']))+
theme_void()
p1
I'm trying to find a picture of this.
but
Error: Invalid index: field name 'x_start' not found