create_BioThermR: Create BioThermR Object from Data
Description
Manually creates a BioThermR object from a numeric matrix or data frame.
Useful for converting data loaded from other formats (Excel, CSV, txt) or simulation data.
Usage
create_BioThermR(data, name = "Sample")
Value
A 'BioThermR' object.
Arguments
data
A numeric matrix or data frame representing the thermal image grid (rows x cols).
name
String. An identifier for this sample (e.g., filename or sample ID). Default is "Sample".