as.matrix-methods: Methods for function 'as.matrix' in the Package 'haplotypes'

as.matrix-methodsR Documentation

Methods for function as.matrix in the Package haplotypes

Description

Coerces an object to a matrix.

Usage

## S4 method for signature 'Dna'
as.matrix(x)

Arguments

x

an object of class Dna.

Value

returns a character matrix.

Methods

signature(x = "Dna")

coerces an object of class Dna to a matrix.

Examples

data("dna.obj")

## Coercing a 'Dna' object to a matrix.
x<-dna.obj[1:4,1:6,as.matrix=FALSE]
x
as.matrix(x)

## Not run: 
# gives the same result
dna.obj[1:4,1:6,as.matrix=TRUE] 
## End(Not run)


haplotypes documentation built on July 26, 2023, 5:22 p.m.