Save figures of proportions by depth and latitude using warehouse data
wh_plot_proportion.Rd
Four figures in total are created and saved to the disk if both catch and
biological data, pulled from the data warehouse, are passed to data_catch
and
data_bio
, respectively. This function will only work with data that has the
standard column names of data pulled from the warehouse.
Arguments
- data_catch, data_bio
Data frames returned from
pull_catch()
and [pull_bio())], respectively. At least one of the arguments must be passed.[pull_bio())]: R:pull_bio())
- dir
The directory where you would like the
.png
files to be saved. The default is a directory called"plots"
in your current working directory.- bar_width
A string of
"n"
or"equal"
, where the former leads to bar widths based on the number of observations contained in that group and the latter leads to equally-sized bars for all bars with data. For groups without any data, the width of the placeholder on the x axis will be smaller than the width of the bars for groups with data regardless of which option you choose. The default is to have bars of variable widths, i.e.,"n"
.