Plot_list_paths: Rendering of path lattice

View source: R/PLotting_sample_paths_stable.R

Plot_list_pathsR 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

rlfsm documentation built on Aug. 27, 2022, 5:06 p.m.

Related to Plot_list_paths in rlfsm...