Fix use of class(), for example using inherits(object, "blah")
rather than "blah" %in% class(object).
Fixed potential problem in documentation, since plot() has moved
from the graphics package to base.
Converted documentation to use markdown
- R
Published by kbroman over 5 years ago