Closed kathrynmichel closed 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]
Fixed by #79
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]