calc_mats_locations_excel: Calculate the origin and extent for each matrix

View source: R/utilities.R

calc_mats_locations_excelR Documentation

Calculate the origin and extent for each matrix

Description

The origin is defined as the upper-left corner of the matrix on the worksheet. The extent is defined as the lower-right corner of the matrix on the worksheet.

Usage

calc_mats_locations_excel(R, U, V, Y, r_eiou, U_eiou, U_feed, S_units, pad = 2)

Arguments

R, U, V, Y, r_eiou, U_eiou, U_feed, S_units

Matrices to be arranged on an Excel worksheet.

pad

The number of blank rows or columns between matrices.

Details

The outer structure of the return value is matrices, in the order provided in the argument list. The inner structure of the return value is a list of "origin" and "extent," in that order.

This is a helper function, so it is not public.

Value

A nested list of origins and extents.


MatthewHeun/Recca documentation built on Feb. 9, 2024, 6:18 p.m.