# NOT RUN {
nums_agg <- agg_data(data = ref_nums, groups = c("species", "time"), fun = sum)
ggplot2::ggplot(data = nums_agg, ggplot2::aes(x = time, y = atoutput)) +
ggplot2::facet_wrap(~species) +
theme_atlantis()
# }
Run the code above in your browser using DataLab