plot_tongue: Plot tongue contours from spline data.

View source: R/plot.R

plot_tongueR Documentation

Plot tongue contours from spline data.

Description

It plots tongue contours from data imported from AAA.

Usage

plot_tongue(data, geom = "line", ..., palate = NULL, palate_col = "green")

Arguments

data

A data frame with splines data.

geom

Type of geom to plot. Possible values are: line (the default), point, path.

...

List of arguments to be passed to geom.

palate

An optional data frame with the palate spline. If provided, the palate is plotted.

palate_col

The colour of the palate spline (the default is green).

Value

An object of class ggplot.

Examples

plot_tongue(tongue, geom = "point")


stefanocoretta/rticulate documentation built on Sept. 12, 2022, 6:54 a.m.