View source: R/lighting_distribution.R
plot_light_distribution | R Documentation |
plot_light_distribution()
returns a ggplot polar chart of a
light distribution using the extended luminous intensity data, which are
stored in a ld_list
, like ld_data.
plot_light_distribution(
lum_int_extended_tbl,
line_color = "#BCCF03",
line_width = 1,
title = "",
x_lab = expression(gamma ~ "[°]"),
y_lab = expression("I [cd/1000 lm]")
)
lum_int_extended_tbl |
A tibble of extended luminous intensity data |
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 ggplot2 object with polar chart visualisation
plot_light_distribution(ld_data$lum_int_extended_tbl)
plot_light_distribution(
ld_data$lum_int_extended_tbl,
title = "Test title",
x_lab = "x-axis",
y_lab = "y-axis"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.