This function provides a simple way to modify the panel border in ggplot2. It
doesn't do anything that can't be done just the same with ggplot2::theme()
. However, it
saves some typing.
panel_border(color = "grey85", size = 1, linetype = 1, remove = FALSE, colour)