Learn R Programming

rphast (version 1.0)

copy.feat: Features copy

Description

##' Creates a copy of a features object

Usage

copy.feat(x)

Arguments

x
an object of type feat

Value

  • a features object which can be modified independently from the original object

Details

If x is stored in R (as it is by default), then this is no different than x2 <- x. But if it is stored as a pointer to a structure in C, then this is the only way to make an explicity copy of the features.