Learn R Programming

tipom (version 1.0.2-1)

tipom.lw: Scatterplot of width and length of lithic artefacts.

Description

The scatterplot shows width on the X axis and length on the Y axis, as if the artefact was drawn on the screen in a standard orientation. Dimensions are passed as length and width.

The options ia and ms draw two sets of lines superimposed to the scatterplot, respectively representing discrete classes of elongation and of overall size. They are both turned off by default.

Usage

tipom.lw(lengths, widths, ia = FALSE, ms = FALSE, ...)

Arguments

lengths
vector containing the length of each artefact
widths
vector containing the width of each artefact
ia
if TRUE, elongation classes are drawn as lines
ms
if TRUE, size classes are drawn as lines
...
options passed to plot

Value

  • Return a plot object.