Skip to contents

Remove all PTSamples from a PTModule object.

Usage

# S4 method for PTModule
clearSamples(mod)

Arguments

mod

A PTModule object from which all samples needs to be removed.

Value

Returns a copy of object mod in which all samples are removed.

Details

Conform the original ProTracker, this method removes all patterns PTSamples from a module. You keep all patterns (PTPattern) and patternOrder info.

Author

Pepijn de Vries

Examples

data(mod.intro)

## 'clear.mod' is a copy of 'mod.intro' without the
## samples. It still holds all pattern tables and
## pattern order info.
clear.mod <- clearSamples(mod.intro)