plot.OEIS_sequence: Plot class OEIS_Sequence

View source: R/OEIS_sequence.R

plot.OEIS_sequenceR Documentation

Plot class OEIS_Sequence

Description

Plot class OEIS_Sequence

Usage

## S3 method for class 'OEIS_sequence'
plot(x, ...)

Arguments

x

An object of the S3 class "OEIS_sequence"

...

other arguments

Value

A plot of sequence terms

Examples

## Not run: 
id <- "A008406"
x <- OEIS_sequence(id)
plot(x)

## End(Not run)

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