plotTrend | R Documentation |
Plots trends
plotTrend(
id,
col_group,
col_order,
label_scheme_sub,
n_clust,
scale_log2r,
complete_cases,
impute_na,
df2 = NULL,
filepath,
filename,
theme,
...
)
id |
Character string; one of |
col_group |
Character string to a column key in |
col_order |
Character string to a column key in |
label_scheme_sub |
A data frame. Subset entries from |
n_clust |
Numeric vector; the cluster ID(s) corresponding to
|
scale_log2r |
Logical; at the TRUE default, input files with
|
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
impute_na |
Logical; at the TRUE default, input files with
|
df2 |
Character vector or string; the name(s) of secondary data file(s).
An informatic task, i.e. |
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, it will be determined automatically by the name of the current call. |
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.