View source: R/lighting_distribution.R
read_ldt | R Documentation |
read_ldt()
is used to extract light distribution data of a
LDT-file into a specific list format ld_list
(for item description see ld_data).
read_ldt(file)
file |
Path to LDT-file. |
A specific light distribution list (ld_list
), that can be
used with all functions that have a prefix ld_
(for list items description
see ld_data).
library(tidyverse)
library(furrr)
file <- system.file('extdata', "ldt_min_example.ldt", package = "lighting")
read_ldt(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.