as.matrix.pairwise: Converts a pairwise to a symmetric matrix. Uses the first...

View source: R/pairwise.R

as.matrix.pairwiseR Documentation

Converts a pairwise to a symmetric matrix. Uses the first entry for each (x,y) pair.

Description

Converts a pairwise to a symmetric matrix. Uses the first entry for each (x,y) pair.

Usage

## S3 method for class 'pairwise'
as.matrix(x, ...)

Arguments

x

An object of class pairwise

...

other arguments

Value

A symmetric matrix


bullseye documentation built on Sept. 11, 2024, 9:24 p.m.