Learn R Programming

descsuppRplots (version 1.0)

set_plotfun_defaults: Change default plot functions

Description

Change default plot functions

Usage

set_plotfun_defaults(df)

Value

invisible. tibble with the old (prior to the change) set default suggestions for plotting function

Arguments

df

data.frame with default choices for plotting functions. See get_plotfun_defaults for the structure.

Author

Dr. Andreas Leha

Examples

Run this code
current <- get_plotfun_defaults()
current$plotfun[current$test == "Fisher's Exact Test for Count Data"] <- "emptyplot"
current$args[current$test == "Fisher's Exact Test for Count Data"] <- list(NULL)
set_plotfun_defaults(current)

Run the code above in your browser using DataLab