BAM.plot: Creates a plot from dental wear data

View source: R/BAMplot.R

BAM.plotR Documentation

Creates a plot from dental wear data

Description

This function plots dental wear data using ggplot and can depict the confidence or prediction intervals.

Usage

BAM.plot(object, data, interval = interval, level = level)

Arguments

object

object of type 'lm' or 'earth'.

data

Data frame containing the data used to create the plot.

interval

The type of age interval used. Can be either "prediction" or "confidence" intervals.

level

Determines the level of confidence or prediction intervals.

Value

A plot of the entered data.


bbartholdy/BAMSAUR documentation built on Jan. 14, 2024, 1:39 a.m.