rank2colors: Rank a numeric vector using proportional table and returns...

View source: R/predict3d.R

rank2colorsR Documentation

Rank a numeric vector using proportional table and returns character vector of names of color using palette

Description

Rank a numeric vector using proportional table and returns character vector of names of color using palette

Usage

rank2colors(x, palette = "Blues", reverse = TRUE, color = "red")

Arguments

x

A numeric vector

palette

Name of the color palette

reverse

Logical. Whether or not reverse the order of the color palette

color

Default color when palette is NULL

Examples

rank2colors(mtcars$wt,palette="Blues")

cardiomoon/predict3d documentation built on April 19, 2023, 12:45 a.m.