Closed munozbird closed 5 years ago
Hi @munozbird! Yes, subset the "surveys_subset" data frame for the Challenge sections on the HW.
The assignment is listed under the "assignments" tab under "Week 4" on our website: https://gge-ucd.github.io/R-DAVIS/assignments.html
On Sun, Feb 3, 2019 at 4:53 PM Nalina-Nan notifications@github.com wrote:
Could you please point me where the assignment is? Thanks!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gge-ucd/Discussion/issues/47#issuecomment-460105207, or mute the thread https://github.com/notifications/unsubscribe-auth/AXzufDMkHOoU84dlbxTQodRxz7fYr0emks5vJ4RugaJpZM4agTBh .
-- Martha Wohlfeil
Graduate Group in Ecology Avian Ecology Lab, PhD Candidate Wickson Hall 3017 University of California, Davis marthawohlfeil.github.io
@MarthaWohlfeil @MCMaurer On the week 4 assignment, are we subsetting the full "surveys" data frame or the "surveys_subset" data frame for the following part?
"CHALLENGE: Select all rows that have a hindfoot_length greater than 32, save these in a new data.frame named surveys_long_feet, then plot its hindfoot_length values as a histogram using the hist function."
I figured "surveys_subset" since we must have made it for a reason, but just want to make sure!