We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a04a27a
Fix use of class(), for example using inherits(object, "blah") rather than "blah" %in% class(object).
inherits(object, "blah")
"blah" %in% class(object)
Fixed potential problem in documentation, since plot() has moved from the graphics package to base.
Converted documentation to use markdown