OEIS_ggplot: OEIS_ggplot Plot OEIS sequence with ggplot

View source: R/OEIS_ggplot.R

OEIS_ggplotR Documentation

OEIS_ggplot Plot OEIS sequence with ggplot

Description

OEIS_ggplot Plot OEIS sequence with ggplot

Usage

OEIS_ggplot(x)

Arguments

x

An object of class OEIS_sequence

Value

A graphic object of the classes 'gg' and 'ggplot'

See Also

* OEIS_bibtex

* OEIS_sequence

Examples

# A123456: Ludwig van Beethoven, Bagatelle No. 25, Für Elise.
id <- "A123456"
x <- OEIS_sequence(id)
OEIS_ggplot(x)


EnriquePH/OEIS.R documentation built on March 15, 2023, 8:01 a.m.