plot_rp: Plot a recurrence matrix

Description Usage Arguments Details Value Author(s) Examples

Description

Visualize a Recurrence Plot

Usage

1
plot_rp(RP,xlab='i',ylab='j',cex=.1)

Arguments

RP

A recurrence plot as produce by 'crqa()'

xlab

The name for the x axis

ylab

The name for the y axis

cex

The size of the recurrent point in the plot

Details

A function to plot recurrence matrices.

Value

A plot of a recurrence matrix

Author(s)

Rick Dale (rdale@ucla.edu)

Examples

1
2
3
txt = "here is a raw raw raw string, literally"
res = text_rqa(txt, typ = "string")
plot_rp(res$RP)

crqanlp documentation built on May 2, 2019, 1:09 p.m.