View source: R/schema_generator.R
| create_z_ggtree | R Documentation |
Specialized wrapper around create_schema_from_func for ggtree/ggplot2 functions. Handles common mapping and data arguments specifically.
create_z_ggtree(func, layer = NULL)
func |
The R function (e.g., geom_tiplab). |
layer |
Optional ggplot2 Layer object. If provided, its parameters (aes_params and geom_params) will be used to override the schema defaults. This is useful for creating "Edit Mode" forms for existing plot layers. |
A z_object schema.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.