Title: | Beautiful Graphical Representation of Multiplication Tables on a Modular Circle |
---|---|
Description: | By placing on a circle 10 points numbered from 1 to 10, and connecting them by a straight line to the point corresponding to its multiplication by 2. (1 must be connected to 1 * 2 = 2, point 2 must be set to 2 * 2 = 4, point 3 to 3 * 2 = 6 and so on). You will obtain an amazing geometric figure that complicates and beautifies itself by varying the number of points and the multiplication table you use. |
Authors: | Vincent Guyader [aut, cre] |
Maintainer: | Vincent Guyader <[email protected]> |
License: | GPL-3 |
Version: | 0.1.1 |
Built: | 2024-11-07 02:56:17 UTC |
Source: | https://github.com/ThinkR-open/rusk |
By placing on a circle 10 points numbered from 1 to 10, and connecting them by a straight line to the point corresponding to its multiplication by 2. (1 must be connected to 1 * 2 = 2, point 2 must be set to 2 * 2 = 4, point 3 to 3 * 2 = 6 and so on). You will obtain an amazing geometric figure that complicates and beautifies itself by varying the number of points and the multiplication table you use.
Use draw() or draw_app()
vincent <[email protected]>
https://www.youtube.com/embed/qhbuKbxJsk8?rel=0
https://www.youtube.com/embed/-X49VQgi86E?rel=0
By placing on a circle 10 points numbered from 1 to 10, and connecting them by a straight line to the point corresponding to its multiplication by 2. (1 must be connected to 1 * 2 = 2, point 2 must be set to 2 * 2 = 4, point 3 to 3 * 2 = 6 and so on). You will obtain an amazing geometric figure that complicates and beautifies itself by varying the number of points and the multiplication table you use.
draw(table = 2, modulo = 10, label = FALSE)
draw(table = 2, modulo = 10, label = FALSE)
table |
muliplication table to plot |
modulo |
number of points to use |
label |
show number label |
a ggplot
draw(table=2,modulo = 10, label=TRUE) draw(table=2,modulo = 50, label=FALSE) draw(table=2,modulo = 250) draw(table=10,modulo = 250)
draw(table=2,modulo = 10, label=TRUE) draw(table=2,modulo = 50, label=FALSE) draw(table=2,modulo = 250) draw(table=10,modulo = 250)