Home
last modified time | relevance | path

Searched refs:panel_guides_grob (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dcoord-cartesian-.r187 top = panel_guides_grob(panel_params$guides, position = "top", theme = theme),
188 bottom = panel_guides_grob(panel_params$guides, position = "bottom", theme = theme)
194 left = panel_guides_grob(panel_params$guides, position = "left", theme = theme),
195 right = panel_guides_grob(panel_params$guides, position = "right", theme = theme)
222 panel_guides_grob <- function(guides, position, theme) { function