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
Is your feature request related to a problem? Please describe.
When using plot_recruitment i would like to decide the linetype (not only dashed) and maybe even the colors of the lines
Describe the solution you'd like
plot_recruitment( x,
return_data = FALSE,
show_centres = TRUE,
cex = 1,
rm_regex = "",
linetype = (string of line types)
linecolor = (string of line colors)
) Describe alternatives you've considered
do it all manually instead of using plot_recruitment inclusion_line_colors_and_types_free.pdf
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using plot_recruitment i would like to decide the linetype (not only dashed) and maybe even the colors of the lines
Describe the solution you'd like
plot_recruitment( x,
return_data = FALSE,
show_centres = TRUE,
cex = 1,
rm_regex = "",
linetype = (string of line types)
linecolor = (string of line colors)
)
Describe alternatives you've considered
do it all manually instead of using plot_recruitment
inclusion_line_colors_and_types_free.pdf
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: