powered by
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.
# S4 method for ecogen eco.unlock(object)
object of class ecogen
# NOT RUN { data(eco.test) eco2 <- eco.unlock(eco) is.locked(eco2) eco3 <- eco.lock(eco2) is.locked(eco3) # } # NOT RUN { # }
Run the code above in your browser using DataLab