.make.posfun {pim} | R Documentation |
Create a poset function
Description
This function creates a poset function from a poset. The function is not exported and shouldn't be called by the user.
Usage
.make.posfun(poset)
Arguments
poset |
a vector with the columns as indices |
Value
A function that takes a single vector as argument, and that returns the vector with the poset vector applied to it.
[Package pim version 2.0.2 Index]