graph_all: Graphic representation of multiplication tables from 2 to 10

graph_allR Documentation

Graphic representation of multiplication tables from 2 to 10

Description

Graphic representation of multiplication tables from 2 to 10

Usage

graph_all(
  nb_vertice = 13,
  modulo = 100,
  bgcolor = "transparent",
  alpha = 0.02,
  curvature = 4,
  zoom = 4.5,
  angle = 213,
  colour = "#007fdf"
)

Arguments

nb_vertice

number of polygon segments

modulo

number of points

bgcolor

background color

alpha

alpha color

curvature

curvature

zoom

zoom

angle

angle

colour

colour

Value

a graphic of the multiplication tables from 2 to 10

Examples

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"
)

mhanf/multiplyR documentation built on May 17, 2022, 7:41 a.m.