create_table: Generating the values of the multiplication table

Description Usage Arguments Value Examples

Description

Creates a data frame with the values of the multiplication table and identifies the factors for given k.

Usage

1
create_table(k, xmax, ymax, show_combinations = FALSE)

Arguments

k

Numeric vector specifying the values of k

xmax

Max value of x to be generated

ymax

Max value of y to be generated

show_combinations

Whether to show or not the number of combinations of k

Value

Data frame

Examples

1
create_table(2, 10, 10)

solmos/multable documentation built on May 3, 2019, 5:45 p.m.