read_lower_half_triangle {conmolfields}R Documentation

read lower half triangle

Description

read lower half triangle

Usage

read_lower_half_triangle(size)

Arguments

size

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
read_lower_half_triangle <- function(size) 
{
  }

[Package conmolfields version 0.0-19 Index]