popgraph: Default constructor for a 'PopulationGraph' object

Description Usage Arguments Value Author(s)

Description

This function is the default constructor for PopulationGraph objects. Mechanistically, a PopulationGraph is a class that has some meta data and an igraph object within it.

Usage

1
popgraph(x, groups, alpha = 0.05, tol = 1e-04)

Arguments

x

An object of type matrix that holds the data to be analyzed.

groups

A factor indicating population membership of each row in x

alpha

The significance level to test edge retention (default = 0.05).

tol

A measure of tolerance for the retention of multivariate data columns (default sdev=1e-4)

Value

An object of type popgraph.

Author(s)

Rodney J. Dyer <rjdyer@vcu.edu>


popgraph documentation built on April 14, 2017, 9:58 p.m.