Learn R Programming

tipom (version 1.0.2-1)

tipom.car: Scatterplot of carination index lithic artefacts.

Description

The scatterplot shows thickness on the X axis and the largest dimension between length and width on the Y axis, representing the carination index.

The option ic draws a set of lines superimposed to the scatterplot, respectively representing discrete classes of carination. It is turned off by default.

Usage

tipom.car(lengths, widths, thicknesses, ic = FALSE, bubble = FALSE, ...)

Arguments

lengths
vector containing the length of each artefact
widths
vector containing the width of each artefact
thicknesses
vector containing the thickness of each artefact
ic
if TRUE, carination classes are drawn as lines
bubble
if TRUE, use circles proportional to the number of observations, rather than special symbols
...
options passed to plot

Value

  • Returns a plot object.