Learn R Programming

crqanlp (version 0.3)

plot_rp: Plot a recurrence matrix

Description

Visualize a Recurrence Plot

Usage

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

Value

A plot of a recurrence matrix

Details

A function to plot recurrence matrices.

Examples

Run this code
# NOT RUN {
txt = "here is a raw raw raw string, literally"
res = text_rqa(txt, typ = "string")
plot_rp(res$RP)


# }

Run the code above in your browser using DataLab