Learn R Programming

rlfsm (version 1.1.2)

Plot_list_paths: Rendering of path lattice

Description

Rendering of path lattice

Usage

Plot_list_paths(arr)

Arguments

arr

a data frame produced by Path_array.

Examples

Run this code
l=list(H=c(0.2,0.8),alpha=c(1,1.8), freq="H")
arr<-Path_array(N=300,m=30,M=100,l=l,sigma=0.3)
p<-Plot_list_paths(arr)
p

Run the code above in your browser using DataLab