uw-madison-comps / R-plant-lesson

Introductory R lessons for plant scientists
https://uw-madison-comps.github.io/R-plant-lesson/
Other
0 stars 3 forks source link

Introduction to R episode suggestion #72

Closed kathrynmichel closed 5 years ago

kathrynmichel commented 5 years ago

This line in the conditional subsetting section doesn't really make sense: widths[widths >= 0.3 & widths == 0.21]

I suggest replacing it with this: widths[widths >= 0.3 & widths <= 0.51]

SteveGoldstein commented 5 years ago

Fixed by #79