View source: R/plotting_functions.R
ggscatter_plotRegression | R Documentation |
This code creates a ggscatter regression plot given two numeric variables.
ggscatter_plotRegression(
data_all_given,
x.given,
y.given,
title_string = "",
x_label = ""
)
data_all_given |
Dataframe containing all information for all samples. |
x.given |
Variable to plot in X axis. It should be numeric and included within data_all_given |
y.given |
Variable to plot in Y axis. It should be numeric and included within data_all_given |
title_string |
Title to add to the plot |
x_label |
Title to add to the axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.