ch.getHSVincrement: A function to calculate the increment for HSV color based...

ch.getHSVincrementR Documentation

A function to calculate the increment for HSV color based numChages needed

Description

This function calculates the increment for HSV color based numChages needed.

Usage

ch.getHSVincrement(numChanges, bounds = c(min, max))

Arguments

numChanges

an integer denoting the number of changes required.

bounds

the min and max of the h or s or v (usually 0 and 1).

Value

decimal indicating the hsv increment

Examples

ch.getHSVincrement(3, c(1,0))

ccpluncw/ccpl_R_chutils documentation built on Feb. 28, 2024, 1:17 a.m.