This is an adaptation of the iris dataset (embedded in the "datasets" R-package) to the needs of the BiPlotteR functions (i.e. Biplot 3D, Biplot 2D and Scatterplot). You have to follow the same structure when building your input data frame.

data("Iris_4BPLTR")

Format

A data frame with six columns.

Sample Number

This column offers a number codification for the iris samples; elements in this column will appear as point annotations in the biplot when using the Biplot 3D and Biplot 2D functions.

Species

This column contains a-priori information about your samples; in this particular case, plant samples are grouped according to their species. Points referred to samples that have the same value in the second column of the dataset (the name of the species in this case) will be displayed with the same color in the biplot

.
Sepal.Length

The sepal length measured for each plant sample

Sepal.Width

The sepal width measured for each plant sample

Petal.Length

The petal length measured for each plant sample

Petal.Width

The petal width measured for each plant sample