#' @name test_flury
#' @aliases test_flury
#' @title Sample Data from Flury 1984
#' @description Numerical examples for FG Algorithm testing
#' @docType data
#' @format a set of two 6x6 matrices
#' @source Flury 1984
#' @author Flury
NULL
#' @name test_iris
#' @aliases test_iris
#' @title Anderson's Iris Data 1935
#' @description Measurements of sepal length, sepal width,
#' petal length and petal width. Three groups of 50 Versicolor, 50 Virginica
#' and 50 Setosa.
#' @docType data
#' @format a set of three 4x4 matrices
#' @source Anderson 1935
#' @author Anderson
NULL
#' @name n_iris
#' @aliases n_iris
#' @title Anderson's Iris Data 1935
#' @description Measurements of sepal length, sepal width,
#' petal length and petal width. Three groups of 50 Versicolor, 50 Virginica
#' and 50 Setosa.
#' @docType data
#' @format numeric vector of length 3
#' @source Anderson 1935
#' @author Anderson
NULL
#' @name test_marten
#' @aliases test_marten
#' @title Sample Data from Jolicoeur of North American Marten
#' @description Measurements of
#' Humerus length, Humerus width, Femur length and Femur width.
#' @docType data
#' @format a set of two 4x4 matrices
#' @source Jolicoeur
#' @author Jolicoeur
NULL
#' @name n_marten
#' @aliases n_marten
#' @title Sample Data from Jolicoeur of North American Marten
#' @description Measurements of
#' Humerus length, Humerus width, Femur length and Femur width.
#' @docType data
#' @format a numeric vector of length 2
#' @source Jolicoeur
#' @author Jolicoeur
NULL
#' @name test_turtle
#' @aliases test_turtle
#' @title Sample Data from Jolicoeur and Mosimann 1960
#' @description Measurements of Chrysemys picta marginata (painted turtle).
#' Measurements of carapace length, width and height.
#' @docType data
#' @format a set of two 3x3 matrices
#' @source Jolicoeur and Mosimann 1960
#' @author Jolicoeur and Mosimann
NULL
#' @name n_turtle
#' @aliases n_turtle
#' @title Sample Data from Jolicoeur and Mosimann 1960
#' @description Measurements of Chrysemys picta marginata (painted turtle).
#' Measurements of carapace length, width and height.
#' @docType data
#' @format a numeric vector of length 2
#' @source Jolicoeur and Mosimann 1960
#' @author Jolicoeur and Mosimann
NULL
#' @name test_bank
#' @aliases test_bank
#' @title Sample Data from Flury and Riedwyl 1988
#' @description Data measuring former Swiss 1000-franc
#' bank notes (widths from the left, right,bottom and top sides)
#' @docType data
#' @format a numeric 6x6 matrix
#' @source Flury and Riedwyl 1988
#' @author Flury and Riedwyl
NULL
#' @name n_bank
#' @aliases n_bank
#' @title Sample Data from FLury and Riedwyl 1988
#' @description Data measuring former Swiss 1000-franc
#' bank notes (widths from the left, right,bottom and top sides)
#' @docType data
#' @format a numeric vector with length 2
#' @source Flury and Riedwyl 1988
#' @author Flury and Riedwyl
NULL
#' @name test_vole
#' @aliases test_vole
#' @title Sample data from Airoldi and Hoffmann 1984
#' @description Skull measurements (length, width, height) of small rodents.
#' Covariance matrices for 4 groups: 172 M.californicus males, 140
#' M. californicus females, 87 M. ochrogaster males and 75 M. ochrogaster females.
#' @docType data
#' @format a set of four 3x3 matrices
#' @source Airoldi and Hoffmann 1984
#' @author Airoldi and Hoffmann
NULL
#' @name n_vole
#' @aliases n_vole
#' @title sample data from Airoldi and Flury 1988
#' @description This contains 4 sample sizes: 172 M.californicus males, 140
#' M. californicus females, 87 M. ochrogaster males and 75 M. ochrogaster females.
#' @docType data
#' @usage flury1
#' @format numeric vector of length 4
#' @source Airoldi and Hoffmann 1988
#' @author Airoldi and Hoffmann
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.