below: return logical vector picking out the lower triangle of an n...

Description Usage Arguments Note Author(s)

Description

A function that delivers the same functionality as lower.tri(matrix(1,n,n))

Usage

1
below(n, strictly = F)

Arguments

n

dimension of a square matrix

strictly

TRUE means do not include the diagonal and FALSE means do.

Note

There is similar functionality in base R, but Hans calls this in places so we include it here.

Author(s)

Hans J. Skaug Hans.Skaug@math.uib.no


eriqande/psiblings documentation built on May 16, 2019, 8:47 a.m.