ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Error: Invalid index: field name 'x_start' not found

Open YUCHENG-ZHAO opened this issue 1 year ago • 5 comments

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 image I'm trying to find a picture of this. but Error: Invalid index: field name 'x_start' not found

YUCHENG-ZHAO avatar Aug 21 '24 03:08 YUCHENG-ZHAO