is_layout | R Documentation |
x
is layout objectReports whether x
is layout object
is_layout(x)
is_quad_layout(x)
is_stack_layout(x)
is_stack_cross(x)
is_circle_layout(x)
is_heatmap_layout(x)
is_ggheatmap(x)
x |
An object to test. |
A single boolean value.
is_layout(ggheatmap(1:10))
# for quad_layout()
is_quad_layout(quad_alignb(1:10))
is_quad_layout(quad_alignh(1:10))
is_quad_layout(quad_alignv(1:10))
is_quad_layout(quad_free(mtcars))
# for stack_layout()
is_stack_layout(stack_discrete("h", 1:10))
is_stack_layout(stack_continuous("h", 1:10))
# for heatmap_layout()
is_heatmap_layout(ggheatmap(1:10))
is_ggheatmap(ggheatmap(1:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.