blackBodyRadiationColors: blackBodyRadiationColors

View source: R/HTGM3D.R

blackBodyRadiationColorsR Documentation

blackBodyRadiationColors

Description

set up color scale for black body spectrum

Usage

blackBodyRadiationColors(x, max_value = 1)

Arguments

x

numeric should be between 0 (black) and 1 (white)

max_value

numeric maximum value to be used for scaling

Details

I obtained this by copy and paste from internet (reference unknown)

Value

returns no value, but has side effect of generating color map

Examples

colors.blackBody <- rev(blackBodyRadiationColors(seq(0.3,1,length.out=20)))


HTGM3D documentation built on June 8, 2025, 11:06 a.m.