Skip to contents

get_journal_plot_fn() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get journal plot function. The function returns Journal plot (an output object of multiple potential types).

Usage

get_journal_plot_fn(
  what_1L_chr = "barplot",
  pkg_1L_chr = "ggpubr",
  prefix_1L_chr = "gg"
)

Arguments

what_1L_chr

What (a character vector of length one), Default: 'barplot'

pkg_1L_chr

Package (a character vector of length one), Default: 'ggpubr'

prefix_1L_chr

Prefix (a character vector of length one), Default: 'gg'

Value

Journal plot (an output object of multiple potential types)