View source: R/lighting_distribution.R
ld_write_ldt | R Documentation |
ld_list
) to a LDT fileld_write_ldt()
exports light distribution data (ld_list
) as
an EULUMDAT file (*.ldt).
ld_write_ldt(ld_list, file)
ld_list |
A specific light distribution list |
file |
The path to file without extension. |
ld_write_ldt()
returns a NULL invisibly.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.