lower: Make a vector of the lower half of a square distance matrix

View source: R/lower_matrix.R

lowerR Documentation

Make a vector of the lower half of a square distance matrix

Description

This function will prepare and compile objects and commands for optimization with the GA package

Usage

lower(matrix)

Arguments

matrix

Square distance matrix with no row names.

Details

This is a convenience function to obtain the lower half of a matrix, which is required as input for several other functions

Value

A vector of the lower half of the matrix

Author(s)

Bill Peterman <Peterman.73@osu.edu>

Examples

 
## Not run:
## *** TO BE COMPLETED *** ##

## End (Not run)

wpeterman/ResistanceGA documentation built on Nov. 20, 2023, 11:50 p.m.