| is_tf_ggplot | R Documentation |
Check if object is a tf_ggplot
is_tf_ggplot(x)
x |
Object to test |
TRUE if x inherits from "tf_ggplot", FALSE otherwise.
p <- tf_ggplot(data.frame(x = 1))
is_tf_ggplot(p)
is_tf_ggplot(ggplot2::ggplot())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.