FlukeAndFeather / jese4sci-FP

Final Project track of the jese4sci short course
0 stars 3 forks source link

FP202 #22

Open raecv opened 2 years ago

raecv commented 2 years ago

Workflow for Kolokotrones et al 2010: hffung, ronghao94, raecv

  1. Load raw data (as a tibble)

    • skip the citation, metadata in first 5 rows
  2. Add the fits to the plot: 2 functions total: 1 function for each fit

    • Do and plot a linear fit (-orcas, -elephants); modular input: skip orcas and elephants (parameters)
    • Do and plot a quadratic fit (-orcas, -elephants); modular input: skip orcas and elephants (parameters)
  3. Make a scatterplot with ggplot2, include legend and fitted models: 1 function for making the scatterplot (modular)

    • Log basal metabolic rate (y-axis) vs. log of mass in grams (x-axis) (parameters)
    • Label orcas and whales in legend (parameters)
FlukeAndFeather commented 2 years ago

Looks like a good start to me! What functions are you planning to write? What will the parameters and outputs be?

raecv commented 2 years ago

@hffung, @ronghao94 (tagging so we can all follow the issue)