You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our apologies, that is a small helper function that's not exported because it wasn't intended for general use. The code comes from https://groups.google.com/forum/?fromgroups#!topic/ggplot2/-ZjRE2OL8lE and we borrowed it (with attribution) long ago so can't comment on it's continued support within ggplot2. That said, you should be able to access internal functions by using the namespace an 3 colons (PEcAn.visualization:::theme_border)
Bug Description
I want to use the theme_border function for a plot created using
ggplot2
. I installed the PEcAn package in RStudio using this code:When I tried to use
theme_border
, I got the following error message:I also checked the functions in
PEcAn.visualization
and also noticed thattheme_border
was not in the packages listed.To Reproduce:
Use the following code:
Sidenote: I also read that the
opts
function had been discontinued so I also tried:which gave me this error:
Machine:
The text was updated successfully, but these errors were encountered: