powered by
This is primarily useful as a way to start a sequence of piped plot layers.
gf_empty(environment = parent.frame())
An environment passed to ggplot2::ggplot()
ggplot2::ggplot()
A plot with now layers.
# NOT RUN { gf_empty() gf_empty() %>% gf_point(Sepal.Length ~ Sepal.Width, data = iris, color = ~ Species) # }
Run the code above in your browser using DataLab