Description Usage Arguments Author(s) Examples
View source: R/gld.plot.R View source: R/plot.gld.R
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.
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")
|
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") |
Noel Moreno Lemus
Noel Moreno Lemus
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.