ld_add_light_distribution_plot: Adds plot polar chart into 'ld_list'

View source: R/lighting_distribution.R

ld_add_light_distribution_plotR Documentation

Adds plot polar chart into ld_list

Description

ld_add_light_distribution_plot() adds the ggplot2 object from plot_light_distribution() into the light distribution list ld_list (for list items description see ld_data).

Usage

ld_add_light_distribution_plot(
  ld_list,
  line_color = "#BCCF03",
  line_width = 1,
  title = "",
  x_lab = expression(gamma ~ "[°]"),
  y_lab = expression("I [cd/1000 lm]")
)

Arguments

ld_list

A specific light distribution list

line_color

A text in hex colour format

line_width

A numeric, which controls the line size of ggplot2::geom_line()

title

The text for the plot title

x_lab

The text for the x-axis label

y_lab

The text for the y-axis label

Value

A ld_list, like ld_data

Examples

ld_add_light_distribution_plot(ld_data)


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