rmProfiles {parsec} | R Documentation |
Removing profiles
Description
Function to remove profiles from an object of class wprof
.
Usage
rmProfiles(y, ...)
## S3 method for class 'wprof'
rmProfiles(y, v, ...)
Arguments
y |
object of class |
v |
a vector pointing to the profiles to be removed. The vector can be of type:
|
... |
any of the above. |
Value
The function returns an wprof
object equal to y
but without the
profiles in v
.
Examples
vl <- c(3, 3, 3)
prof <- var2prof(varlen = vl)
rownames(prof$profiles)
prof <- rmProfiles(prof, c("123", "321"))
plot(prof)
[Package parsec version 1.2.7 Index]