Plot_list_paths {rlfsm}R Documentation

Rendering of path lattice

Description

Rendering of path lattice

Usage

Plot_list_paths(arr)

Arguments

arr

a data frame produced by Path_array.

Examples

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

[Package rlfsm version 1.1.2 Index]