starvz_plot {starvz} | R Documentation |
Create a StarVZ plot considering the data supplied
starvz_plot(
data = NULL,
name = NULL,
save = FALSE,
guided = data$config$guided$active,
dpi = 120
)
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 |
ggplot object with all starvz plots
starvz_plot(starvz_sample_lu)