is_derived_from | R Documentation |
data.frame
fortified from target.Check object is target class, or object is data.frame
fortified from target.
is_derived_from(object, target)
object |
instance to be checked. For data.frame, check whether it is fortified from target class |
target |
class name |
logical
ggfortify:::is_derived_from(prcomp(iris[-5]), 'prcomp')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.