Skip to contents

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

if (FALSE) { # \dontrun{
id <- "A008406"
x <- OEIS_sequence(id)
plot(x)
} # }