plot_age: Plot size by age

Description Usage Arguments Examples

View source: R/coati_functions.R

Description

This function plots coati age on the x axis and length on the y axis

Usage

1
plot_age(x, y)

Arguments

x

coati age

y

coati length

Examples

1
2
coatis <- data.frame(name= c("coati1", "coati2", "coati3"),age = c(2,3,4),length = rnorm(3,50,10))
plot_age(coatis$age, coatis$length)

KiranLDA/myfirstpackage documentation built on June 25, 2020, 12:01 a.m.