View source: R/plot-depth-4-panel.R
plot_depth_4_panel | R Documentation |
Create a 4-panel plot with fishing depth on the left and bottom depth on the right, with one fleet on top and another below
plot_depth_4_panel(
fishing_depth_df1,
bottom_depth_df1,
fishing_depth_df2,
bottom_depth_df2,
fleet_1_name = "",
fleet_2_name = "",
label_size = 14,
...
)
fishing_depth_df1 |
A data frame containing boxplot input, see files
like |
bottom_depth_df1 |
A data frame containing boxplot input, see files
like |
fishing_depth_df2 |
A data frame containing boxplot input, see files
like |
bottom_depth_df2 |
A data frame containing boxplot input, see files
like |
label_size |
The font size for the two axis labels,
|
... |
Arguments passed to |
A gridExtra::grid.arrange()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.