Characters. Plot border colors. Must be hexadecimal colors
or valid css color.
xmirror, ymirror
Logicals. Will the given axis be mirrored to left to right
or bottom to top.
xwidth, ywidth
Numerics. Border width.
Value
A list of class roboplotr.set_border.
Examples
# You can global control x- and y-axis border mirroring, width and color by using# `set_border()` inside `set_roboplot_options()`.set_roboplot_options( border =set_border(ycolor ="green", xmirror =FALSE, xwidth =5))energiantuonti|>dplyr::filter(Alue=="Venäjä")|>roboplot(Suunta)# Reset to defaultsset_roboplot_options(reset =TRUE)