Closed droglenc closed 6 years ago
Consider using functions from the withr package to help, especially, with setting par()s when graphing. See this webpage for examples.
withr
par()
Used withr in RFishBC package, so also look there for examples.
RFishBC
Will be in v0.8.21
Consider using functions from the
withr
package to help, especially, with settingpar()
s when graphing. See this webpage for examples.