powered by
Generate tick labels discounting a log transformation in data, and optionally applying a different log transformation or no transformation.
FC_format(log.base.data = 2, log.base.labels = 10, digits = 3, ...)FC_plain(x, log.base.data = 2, log.base.labels = 10, digits = 3, ...)
FC_plain(x, log.base.data = 2, log.base.labels = 10, digits = 3, ...)
of data.
of labels.
number of significant digits to show.
other arguments passed on to format.
format
a numeric vector to format.
a function with single parameter x, a numeric vector, that returns a character vector.
Other Functions for quadrant and volcano plots: geom_quadrant_lines(), outcome2factor(), scale_colour_outcome(), scale_shape_outcome(), scale_y_Pvalue(), stat_quadrant_counts(), xy_outcomes2factor()
geom_quadrant_lines()
outcome2factor()
scale_colour_outcome()
scale_shape_outcome()
scale_y_Pvalue()
stat_quadrant_counts()
xy_outcomes2factor()
# NOT RUN { FC_format(2, 10)(1:10) FC_format(2, FALSE)(c(1/4, 1/2, 1,2,4,8)) FC_format(10, FALSE)(c(1, 10, 100, 1000)) FC_format(FALSE, 10)(c(-1, 1, 2, 3)) # }
Run the code above in your browser using DataLab