Learn R Programming

sequence (version 2.0)

seriseq: Random series

Description

5 random series made of letters "a" to "f"

Usage

data(seriseq)

Arguments

Format

The format is: List of 5 lists

[[1]] chr [1:9] "A1" "d" "e" "a" ...
[[2]] chr [1:8] "A2" "f" "d" "b" ...
[[3]] chr [1:9] "A3" "c" "e" "b" ...
[[4]] chr [1:8] "A4" "e" "d" "b" ...
[[5]] chr [1:8] "A5" "d" "b" "f" ...

Details

Example of format used by compseq and built from a text file by the function read.series.seq. List of lists. Each elementary list represents a particular sequence which must be compared to all others.

See Also

read.series.seq

Examples

Run this code
# NOT RUN {
data(seriseq)
compseq(seriseq)
# }

Run the code above in your browser using DataLab