Learn R Programming

monogeneaGM (version 1.1)

liewi_gpa: Array data of Generalized Procrustes Analysis (GPA) coordinates of dorsal anchors of Ligophorus liewi samples

Description

An array data of GPA coordinates of dorsal anchors (left-right averaged) from 31 Ligophorus liewi samples.

Usage

data(liewi_gpa)

Arguments

Format

An array of 31 matrices, each having 11 rows (landmarks) and 2 columns (xy GPA coordinates)

Source

Khang TF, Soo OYM, Tan WB, Lim LHS. (2016). Monogenean anchor morphometry: systematic value, phylogenetic signal, and evolution. PeerJ 4:e1668.

Details

All samples in this array have quality score above 10.

See Also

Qscore, plotLM

Examples

Run this code
data(liewi_gpa)

nice_title <- expression(paste("Dorsal anchor ", italic(L.liewi)))
plotLM(liewi_gpa, tit=nice_title, pointscale=0.8, axispointscale=0.8,
meansize=1.2, polygon.outline=TRUE,c(-.6,.6),c(-.6,.6) )

Run the code above in your browser using DataLab