Open nikita-sridhar opened 1 year ago
https://nikita-sridhar.github.io/bioe215_working_data/
@FlukeandFeather
Looks good! One question: on this line you hard code the number of rows in the data frame (c(1, 73)). How would you do that programmatically? Hint: is there a variable I gave you that could help?
c(1, 73)
https://nikita-sridhar.github.io/bioe215_working_data/
@FlukeandFeather