geom_contour(mapping = NULL, data = NULL,
stat = "contour", position = "identity",
lineend = "butt", linejoin = "round", linemitre = 1,
na.rm = FALSE, ...)
aes
or aes_string
. Only
needs to be set at the layer level if you are overriding
the plot defaults.FALSE
(the default), removes
missing values with a warning. If TRUE
silently
removes missing values.geom_density2d
: 2d density contours# See stat_contour for examples
Run the code above in your browser using DataLab