as.matrix.pairwise {bullseye}R 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


[Package bullseye version 0.1.0 Index]