Learn R Programming

ClusterStability (version 1.0.4)

Reorder: This function returns the ordering of a partitioning solution in ascending order.

Description

This function returns the ordered partition of a set of numbers in ascending order and reorderd to start at one. This is an auxiliary function.

Usage

Reorder(data)

Value

A vector of ordered partition numbers for this data.

Arguments

data

vector of partition numbers to reorder.

Examples

Run this code
  Reorder(c(1,3,4,4,3,1))
  # Expected : 1 2 3 3 2 1

Run the code above in your browser using DataLab