eco.unlock-ecogen-method: Unlock rows in an ecogen object

Description Usage Arguments Examples

Description

This methods unlocks the rows in an ecogen object. This means that different data frames in the object can have different rows, with different row names.

Usage

1
2
## S4 method for signature 'ecogen'
eco.unlock(object)

Arguments

object

object of class ecogen

Examples

1
2
3
4
5
6
7
8
## Not run: 
data(eco.test)
eco2 <- eco.unlock(eco)
is.locked(eco2) 
eco3 <- eco.lock(eco2)
is.locked(eco3) 

## End(Not run)

EcoGenetics documentation built on July 8, 2020, 5:46 p.m.