Learn R Programming

LightFitR (version 1.0.0)

helio.checkFormat: Check formatting of the heliospectra matrices

Description

Heliospectra DYNA matrices should have 9 rows (1 for each LED channel) and up to 150 columns (max number of events that Heliospectra DYNA can store)

Usage

helio.checkFormat(check_matrix)

Value

Vector of booleans: TRUE = pass, FALSE = fail

Arguments

check_matrix

Matrix to be checked. Rows correspond to LEDs and columns are events / timepoints.

Examples

Run this code
matrix_to_check <- LightFitR::target_irradiance
helio.checkFormat(target_irradiance)

Run the code above in your browser using DataLab