starvz_plot: 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
)
Value
ggplot object with all starvz plots
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
Examples
Run this code# \donttest{
starvz_plot(starvz_sample_lu)
# }
Run the code above in your browser using DataLab