View source: R/plotting_functions.R
plot.grid.ggscatterRegression | R Documentation |
This code creates multiple plots using ggscatter_plotRegression for a list of variables, given a coordinate (PC1, PC2, UMAP1, UMAP2...). All variables and coordinate should be included in the data_all_given provided
## S3 method for class 'grid.ggscatterRegression'
plot(list2test, data_all_given, coord.char)
list2test |
List of columns names to test. They should be valid names and should be included within data_all_given |
data_all_given |
Dataframe containing all information for all samples. |
coord.char |
Dimension reduction coordinate (e.g. PC1, PC2), included as a column in data_all_given |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.