generate_2d_exponential {rayimage} | R Documentation |
Generate 2D exponential Distribution
Description
Generates a 2D exponential distribution, with an optional argument to take the exponential to a user-defined power.
Usage
generate_2d_exponential(
falloff = 1,
dim = c(11, 11),
width = 3,
rescale_unity = FALSE
)
Arguments
falloff |
Default |
dim |
Default |
width |
Default |
rescale_unity |
Default |
Examples
if(run_documentation()){
image(generate_2d_exponential(1,31,3), asp=1)
}
[Package rayimage version 0.11.0 Index]