mod_plot_title_and_axis_label: plot_title_and_axis_label_ui and...

plot_title_and_axis_label_uiR Documentation

plot_title_and_axis_label_ui and plot_title_and_axis_label_server

Description

A shiny Module.

Usage

plot_title_and_axis_label_ui(id)

plot_title_and_axis_label_server(
  input,
  output,
  session,
  plot_title = "",
  axis_x_title = "",
  axis_y_title = "",
  color_legend_title = NULL,
  fill_legend_title = NULL,
  my_ggplot,
  aspect_ratio = 1,
  apply_theme = TRUE,
  ...
)

Arguments

id

shiny id

input

internal

output

internal

session

internal

plot_title

internal

axis_x_title

internal

axis_y_title

internal

color_legend_title

internal

fill_legend_title

internal

my_ggplot

internal

aspect_ratio

internal

apply_theme

internal

...

Other parameters passed to decorate_ggplot and ultimately ggplot2::theme


cparsania/FungiExpresZ documentation built on March 15, 2024, 5:48 p.m.