duplicate.crf: Duplicate CRF

Description Usage Arguments Details Value See Also

View source: R/misc.R

Description

Duplicate an existing CRF

Usage

1

Arguments

crf

The existing CRF

Details

This function will duplicate an existing CRF. Since CRF is implemented as an environment, normal assignment will only copy the pointer instead of the real data. This function will generate a new CRF and really copy all data.

Value

The function will return a new CRF with copied data

See Also

make.crf


CRF documentation built on Dec. 2, 2019, 1:11 a.m.