powered by
It plots tongue contours from data imported from AAA.
plot_tongue(data, geom = "line", ..., palate = NULL, palate_col = "green")
An object of class ggplot.
ggplot
A data frame with splines data.
Type of geom to plot. Possible values are: line (the default), point, path.
line
point
path
List of arguments to be passed to geom.
geom
An optional data frame with the palate spline. If provided, the palate is plotted.
The colour of the palate spline (the default is green).
green
plot_tongue(tongue, geom = "point")
Run the code above in your browser using DataLab