print.nacho | R Documentation |
This function allows to print text and figures from the results of a call to load_rcc()
or normalise()
.
It is intended to be used in a Rmarkdown chunk.
## S3 method for class 'nacho'
print(
x,
colour = "CartridgeID",
size = 0.5,
show_legend = FALSE,
show_outliers = TRUE,
outliers_factor = 1,
outliers_labels = NULL,
echo = FALSE,
title_level = 1,
xaringan = FALSE,
...
)
x |
[list] A list object of class |
colour |
[character] Character string of the column in |
size |
[numeric] A numeric controlling point size
( |
show_legend |
[logical] Boolean to indicate whether the plot legends should
be plotted ( |
show_outliers |
[logical] Boolean to indicate whether the outliers should be highlighted
in red ( |
outliers_factor |
[numeric] Size factor for outliers compared to |
outliers_labels |
[character] Character to indicate which column in |
echo |
[logical] A boolean to indicate whether text and plots should be printed. Mainly for use within a Rmarkdown chunk. |
title_level |
[numeric] A numeric to indicate the title level to start with, using markdown style,
i.e., the number of |
xaringan |
[logical] A boolean to format output for Xaringan slides. |
... |
Other arguments (Not used). |
data(GSE74821)
print(GSE74821)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.