Get supported cyto_plot_theme arguments

cyto_plot_theme_args()

Value

vector of argument names supported by cyto_plot_theme.

Author

Dillon Hammill (Dillon.Hammill@anu.edu.au)

Examples

cyto_plot_theme_args()
#> [1] "axes_limits" "axes_limits_buffer" "margins" #> [4] "popup" "density_modal" "density_smooth" #> [7] "density_stack" "density_cols" "density_fill_alpha" #> [10] "density_line_type" "density_line_width" "density_line_col" #> [13] "axes_text" "axes_text_font" "axes_text_size" #> [16] "axes_text_col" "axes_label_text_font" "axes_label_text_size" #> [19] "axes_label_text_col" "title_text_font" "title_text_size" #> [22] "title_text_col" "legend" "legend_text_font" #> [25] "legend_text_size" "legend_text_col" "legend_line_col" #> [28] "legend_box_fill" "gate_line_type" "gate_line_width" #> [31] "gate_line_col" "gate_fill" "gate_fill_alpha" #> [34] "label" "label_position" "label_text_font" #> [37] "label_text_size" "label_text_col" "label_fill" #> [40] "label_fill_alpha" "border_fill" "border_fill_alpha" #> [43] "border_line_type" "border_line_width" "border_line_col" #> [46] "point_shape" "point_size" "point_col_scale" #> [49] "point_cols" "point_col_alpha" "contour_lines" #> [52] "contour_line_type" "contour_line_width" "contour_line_col" #> [55] "contour_line_alpha"