Draw scatter plot with R-squared value
LVScatter(
dat,
lv,
y.var = "Neutrophil.Count",
ylab = "",
title = NULL,
subtitle = NULL
)
A data frame containing the summary of scores and metadata.
A RAV name for x-axis.
A name of y-axis.
A label for y-axis.
The text for the title.
The text for the subtitle for the plot which will be displayed below the title.
A scatter plot.
Modified from https://github.com/greenelab/multi-plier/blob/master/07-sle_cell_type_recount2_model.Rmd