ggpmisc (version 0.3.2)

FC_name: Fold change- axis labels

Description

Generate axis labels for different log-fold change on different log bases.

Usage

FC_name(name = "Abundance%unit", log.base = FALSE,
  format = getOption("photobiology.math", default = "R.expression"))

Arguments

format

character string, "R", "R.expresion", "R.character", or "LaTeX".

unit.exponent

integer.

Value

a character string or an R expression.

Examples

Run this code
# NOT RUN {
FC_name()
FC_name(format = "R.expression")
FC_name(format = "LaTeX")
FC_name(name = "Metabolite concentration")
FC_name(log.base = 10)
FC_name(log.base = 0)

# }

Run the code above in your browser using DataLab