Learn R Programming

rayshader (version 0.41.2)

reduce_matrix_size: Reduce Matrix Size (defunct)

Description

Reduce Matrix Size (defunct)

Usage

reduce_matrix_size(...)

Value

Reduced matrix.

Arguments

...

Arguments to pass to resize_matrix() function.

Examples

Run this code
if(run_documentation()) {
montbaysmall = resize_matrix(montereybay, scale=0.5)
montbaysmall |>
 sphere_shade() |>
 plot_map()
}

Run the code above in your browser using DataLab