plot_geom_point: plot_geom_point

Description Usage Arguments Details Examples

View source: R/plot_geom_point.R

Description

Creates a ggplot with geom_point.

Usage

1
plot_geom_point(data, x_var, y_var)

Arguments

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

Details

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.

Examples

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")

reneplonus/ototools documentation built on May 3, 2019, 4:05 p.m.