cbind.dartR: adjust cbind for dartR

View source: R/dartR.r

cbind.dartRR Documentation

adjust cbind for dartR

Description

cbind is a bit lazy and does not take care for the metadata (so data in the other slot is lost). You can get most of the loci metadata back using gl.compliance.check.

Usage

## S3 method for class 'dartR'
cbind(...)

Arguments

...

list of dartR objects

Value

A genlight object

Examples

t1 <- platypus.gl
class(t1) <- "dartR"
t2 <- cbind(t1[,1:10],t1[,11:20])

green-striped-gecko/dartR documentation built on Jan. 31, 2024, 10:14 a.m.