specs_control_plot | R Documentation |
specs_control_plot
produces the control grid plot in a specification plot.
specs_control_plot( control_grid, palette = "green", control_geom = "rect", control_spacing = NULL, control_text_size = 9, trim_top = 0, ... )
control_grid |
A dataframe with |
palette |
Change the palette.
Default to |
control_geom |
A string indicating the geom that should be used to
indicate the presence of controls.
Currently supported are |
control_spacing |
A numeric scalar indicating how large the control geoms
should be.
For |
control_text_size |
A numeric scalar indicating how large the control name text should be. Default to 9. |
trim_top |
A numeric scalar indicating how close the bottom panel
(displaying presence of controls) should be to the
top panel (displaying presence of coefficients).
Useful when dealing with large CIs.
Default to |
... |
Other arguments passed to |
A ggplot2
object depicting the control grid plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.