How-to-Learn-to-Code / rclass

Repository for the UNC-CH How to Learn to Code R Class
https://how-to-learn-to-code.github.io/rclass/
Other
2 stars 3 forks source link

Closes #34 #35

Closed daynefiler closed 6 years ago

daynefiler commented 6 years ago

Closes #34

Previously, the last call to mtext in the text section did not have the outer flag which is what it was intended to show. Also, the definition of abline had 'a' and 'b' backwards.

daynefiler commented 6 years ago

@siyao-liu Can you confirm that we don't need to make other edits? I wasn't thinking clearly with the plotting coordinate table in class. You can use abbreviated names, but we shouldn't. So I updated the code to use the full names.

siyao-liu commented 6 years ago

@daynefiler I checked my notes and I think that's all the edits we need to make. Another minor thing is to add grid() to the "other objects" section.