View source: R/lighting_distribution.R
ld_write_ies_lm63_2002 | R Documentation |
ld_list
) to an IES fileld_write_ies_lm63_2002()
exports light distribution data (ld_list
)
after ANSI/IESNA LM-63-2002 standard in IES file format (*.ies).
ld_write_ies_lm63_2002(ld_list, file = "test")
ld_list |
A specific light distribution list |
file |
The path to file without extension. |
ld_write_ies_lm63_2002()
returns a NULL invisibly.
# ld_write_ies_lm63_2002() will write the file to the current working
# directory, if it is unspecified without directory path.
## Not run:
ld_write_ies_lm63_2002(ld_data, file = "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.