R/Crab_predictors.R

#' crabs %>%
  ## get mean body depth per group first
#'  group_by(sex, color) %>% 
#'  summarize(mean_body_depth = mean(body_depth)) %>%
#'  ggplot(aes(x = sex, y = mean_body_depth, color = color)) + 
#'  geom_point() + 
#'  geom_path(aes(group = color)) +
#'  scale_color_manual(values=c("blue","orange"))
ThomasDodson/R_package_Dodson documentation built on Dec. 18, 2021, 4:13 p.m.