Plots monitor boundaries

geom_monitor_boundaries(width, height, alpha = 0, size = 1.5,
  color = "red", ...)

Arguments

width

monitor width as a numeric value

height

monitor height as a numeric value

alpha

rectangle alpha

size

rectangle line size

color

rectangle color

...

optional geom_rect parameters

Value

ggplot geom

Details

wrapper around geom_area_boundary with some default values