powered by
ser_permutation_vector
## constructor ser_permutation_vector(x, method = NULL)
hclust
ser_permutation
The constructor ser_permutation_vector checks if the permutation vector is valid (i.e. if all integers occur exactly once).
p <- ser_permutation_vector(1:10, "identity") p ## some methods length(p) get_order(p) get_method(p)
Run the code above in your browser using DataLab