round_3d_array: Round all numeric values found in a multidimensional array to...

View source: R/rounding.R

round_3d_arrayR Documentation

Round all numeric values found in a multidimensional array to a specified number of decimal points

Description

Round all numeric values found in a multidimensional array to a specified number of decimal points

Usage

round_3d_array(arr, digits = 2)

round_4d_array(arr, digits = 2)

round_5d_array(arr, digits = 2)

Arguments

arr

The array

digits

The number of decimal points to round all numeric values to

Value

An array identical to the input arr but with all numerical values rounded


pbs-assess/gfutilities documentation built on Sept. 18, 2023, 7:57 a.m.