Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

... in plot_results leads to warning with Dens_xt = do.call(what = plot_maps, args = plot_maps_args) #53

Open
kellijohnson-NOAA opened this issue Sep 23, 2020 · 0 comments

Comments

@kellijohnson-NOAA
Copy link

# Not restricting to named arguments using args_to_use so that ... passes settings to plot_variable even that aren't formal arguments to plot_maps

I get the logic here of wanting to pass information but it is passing everything, even information intended for other plots. For example, I wanted to pass strata_names to plot_biomass_indexand it also tries to pass it topar(Par)inplot_maps` where I get the following error

In par(Par) : "strata_names" is not a graphical parameter

I can work around this by making a direct call to plot_biomass_index(strata_names = ) but I thought it was worth bringing the topic up in case others are wanting to pass non-standard information through plot_results(). Feel free to close this issue if you feel users should be calling plots individually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant