View source: R/lighting_distribution.R
ld_add_light_distribution_plot | R Documentation |
ld_list
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).
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]")
)
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 |
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 |
A ld_list
, like ld_data
ld_add_light_distribution_plot(ld_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.