Description Usage Arguments Value
View source: R/elaborator_draw_dots.R
This function is mostly useful for generating the reference-value based pattern analysis plots. It draws a circle with specified size, coordinates and color in a plot window.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | elaborator_draw_dots(
x,
y,
height,
dot_col,
pattern_Matrix,
number_column,
dot_Radius,
dot_radius,
fontsize,
empty_color = "#A9A9A9",
upper_color = "#2fb39f",
lower_color = "#f78300"
)
|
x |
x-coordinate of circle |
y |
y-coordinate of circle |
height |
height of curved lines which connect circles |
dot_col |
color of circle |
pattern_Matrix |
matrix with the reference-value based pattern information |
number_column |
number of layers (visits) |
dot_Radius |
circle radius for circles representing existing patterns |
dot_radius |
circle radius for circles representing non-existing patterns |
fontsize |
font size of numbers printed inside the circles |
No return value; this function is called to draw the circles for the reference-value based pattern analysis plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.