Description Usage Arguments Value Examples
Creates a point plot, with R and p labels
1 2  | 
data | 
 Input data frame  | 
x | 
 column name, unquoted  | 
y | 
 column name, unquoted  | 
color | 
 column name, unquoted  | 
shape | 
 column name, unquoted  | 
plot | 
 TRUE ... the function plots directly, FALSE ... the function returns a ggplot object for further processing.  | 
ggplot object
1  | lr_corplot(mtcars, "hp", "mpg")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.