suq2.plot.gld: Plot the GLD based in its lambda values.

Description Usage Arguments Author(s) Examples

View source: R/gld.plot.R View source: R/plot.gld.R

Description

This function read all the csv that are stored in a directory and create an NxMxS array, where N and M are sparial dimensions and S is the number of simulations on each spatial point.

This function read all the csv that are stored in a directory and create an NxMxS array, where N and M are sparial dimensions and S is the number of simulations on each spatial point.

Usage

1
2
3
suq2.plot.gld(n = 1000, L = c(0, 2, 4, 4), param = "fmkl")

suq2.plot.gld(n = 1000, L = c(0, 2, 4, 4), param = "fmkl")

Arguments

n

the directory where the .csv files are stored.

L

a pattern to read the .csv (e.g. pattern="^[h]").

param

(default = "fmkl")

n

the directory where the .csv files are stored.

L

a pattern to read the .csv (e.g. pattern="^[h]").

param

(default = "fmkl")

Author(s)

Noel Moreno Lemus

Noel Moreno Lemus

Examples

1
2
3
suq2.plot.gld(L = c(0, 2, 0.14, 0.14))

suq2.plot.gld(L = c(0, 2, 0.14, 0.14))

nmlemus/suq2 documentation built on May 30, 2019, 5 a.m.