read_ldt: Read a LDT-file into a specific light distribution list...

View source: R/lighting_distribution.R

read_ldtR Documentation

Read a LDT-file into a specific light distribution list format

Description

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).

Usage

read_ldt(file)

Arguments

file

Path to LDT-file.

Value

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).

Examples

library(tidyverse)
library(furrr)

file <- system.file('extdata', "ldt_min_example.ldt", package = "lighting")

read_ldt(file)


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