graph_all | R Documentation |
Graphic representation of multiplication tables from 2 to 10
graph_all( nb_vertice = 13, modulo = 100, bgcolor = "transparent", alpha = 0.02, curvature = 4, zoom = 4.5, angle = 213, colour = "#007fdf" )
nb_vertice |
number of polygon segments |
modulo |
number of points |
bgcolor |
background color |
alpha |
alpha color |
curvature |
curvature |
zoom |
zoom |
angle |
angle |
colour |
colour |
a graphic of the multiplication tables from 2 to 10
library(dplyr) library(ggplot2) p <- graph_all(nb_vertice = 8, modulo = 5000, alpha = 0.02, curvature = 2, angle = 3, zoom = 2.2, colour = "pink", bgcolor = "#232323" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.