ld_write_ldt: Write light distribution data ('ld_list') to a LDT file

View source: R/lighting_distribution.R

ld_write_ldtR Documentation

Write light distribution data (ld_list) to a LDT file

Description

ld_write_ldt() exports light distribution data (ld_list) as an EULUMDAT file (*.ldt).

Usage

ld_write_ldt(ld_list, file)

Arguments

ld_list

A specific light distribution list

file

The path to file without extension.

Value

ld_write_ldt() returns a NULL invisibly.

Examples

# ld_write_ldt() will write the file to the current working directory, if
# it is unspecified without directory path.
## Not run: 
ld_write_ldt(ld_data, file = "test")

## End(Not run)

Wei-Lim/lighting documentation built on Oct. 17, 2023, 3:20 p.m.