get_order: Extract order

Description Usage Arguments Value Author(s) Examples

View source: R/get_order.R

Description

Extract order

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
get_order(x, ...)

## S3 method for class 'numeric'
get_order(x, ...)

## S3 method for class 'character'
get_order(x, name = NULL, ...)

## S3 method for class 'hclust'
get_order(x, ...)

## S3 method for class 'dendrogram'
get_order(x, ...)

## S3 method for class 'dist'
get_order(x, ...)

Arguments

x

any R object.

...

ignore.

name

old name.

Value

a numeric vector.

Author(s)

Hou Yun

Examples

1
2

Hy4m/hyplot documentation built on March 29, 2021, 6:19 p.m.