Closed
Description
Someone puts a second facet in a facet_grid, but forgets to add a data argument:
ggplot() + geom_point(aes(x=Sepal.Width, y=Sepal.Length), data=iris) +
geom_line(aes(x = whatever, y=whatever)) +
facet_grid(rows=vars(Species))
Should say something like "whatever not found", but instead you get "Error in if (empty(data)) { : missing value where TRUE/FALSE needed".
Metadata
Metadata
Assignees
Labels
No labels