Description Usage Arguments Details Examples
View source: R/plot_geom_point.R
Creates a ggplot with geom_point.
| 1 | plot_geom_point(data, x_var, y_var)
 | 
| data | a dfr holding x_var and y_var | 
| x_var | x variable for a geom_point plot | 
| y_var | y variable for a geom_point plot | 
Meant to create plots to display different correlations between measurements taken to evaluate the growth of fish, but simply creates a geom_point based plot with the ototools specific frame.
| 1 2 3 | #rm(list = ls())
plot_geom_point(data = basic, x_var = "oto_diameter_mm", y_var = "tl_mm")
plot_geom_point(data = basic, x_var = "oto_weight_mg", y_var = "dry_weight_g")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.