Learn R Programming

vectools (version 0.3.0)

61_special_sequences: Special Sequences

Description

The seqt function is just a wrapper for the base::seq function, which multiples the result by 2 pi.

Note that the eq.arot2 and eq.brot2 functions can be used to generate a circular transformation matrix.

Usage

seqt (…)

Arguments

Arguments for the base::seq function

Examples

Run this code
# NOT RUN {
seqt (0, 1,, 10)
# }

Run the code above in your browser using DataLab