compare | R Documentation |
The compare
function takes 2 data tables (daily_data and season_data) to plot 3 data fields (bag size, number of birds retrieved, number of days hunted) and breaks those data into 4 groups: season submitted, daily submitted, season non-submit, and daily non-submit.
compare(daily_data, season_data, type = "line", ylim = NA)
daily_data |
Daily data table |
season_data |
Season data table |
type |
Default is "line"
|
ylim |
Optional value to be supplied if an outlier stretches the y-axis; defaults to NA |
Abby Walter, abby_walter@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.