plotHisto | R Documentation |
Plots histograms
plotHisto(
df = NULL,
id,
label_scheme_sub,
scale_log2r = TRUE,
complete_cases = FALSE,
cut_points,
show_curves = FALSE,
show_vline = FALSE,
scale_y = TRUE,
filepath = NULL,
filename = NULL,
theme = NULL,
...
)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
id |
Character string; one of |
label_scheme_sub |
A data frame. Subset entries from |
scale_log2r |
Logical; if TRUE, adjusts |
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
cut_points |
A named, numeric vector defines the cut points (knots) in
histograms. The default is |
show_curves |
Logical; if TRUE, shows the fitted curves. At the TRUE
default, the curve parameters are based on the latest call to
|
show_vline |
Logical; if TRUE, shows the vertical lines at |
scale_y |
Logical; if TRUE, scale data on the |
filepath |
A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of |
filename |
A representative file name to outputs. By default, the
name(s) will be determined automatically. For text files, a typical file
extension is |
theme |
A ggplot2 theme, i.e., theme_bw(), or a custom theme. At the NULL default, a system theme will be applied. |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.