starvz_plot {starvz} | R Documentation |
Make a StarVZ plot
Description
Create a StarVZ plot considering the data supplied
Usage
starvz_plot(
data = NULL,
name = NULL,
save = FALSE,
guided = data$config$guided$active,
dpi = 120
)
Arguments
data |
starvz_data class with $config |
name |
Path for saved image |
save |
call ggplot to save the image |
guided |
compute ideal figure height |
dpi |
dpi for ggsave |
Value
ggplot object with all starvz plots
Examples
starvz_plot(starvz_sample_lu)
[Package starvz version 0.8.0 Index]