Displaying 2 results from an estimated 2 matches for "ypoints".
Did you mean:
points
1998 Nov 28
1
No subject
...00 trials. I would like to plot each
iteration.
Any suggestions would be greatly appreciated. I am running R 63.0 (Guido's
latest version for Windows).
Niels
> Quincunx.prg
function(trials = 100)
{
graphsheet(pages = "Off")
par(mfrow = c(1, 2))
xpoints <- seq(1, 25, 1)
ypoints <- seq(1, 25, 1)
xheights <- rep(0, 25)
mcol <- 2
xy <- expand.grid(xpoints, ypoints)
xx <- seq(1, 25, 2)
yy <- rep(0, 25)
ypos <- ypoints + 0.4
HT <- c("H", "T")
for(j in 1:trials) {
plot(xpoints, ypoints, type = "n", xlab = "&qu...
2010 Aug 19
0
2d kriging with anisotropy on an irregular network (RandomFields Package)
Dear List
I am using the RandomFields package, and I have a problem when 2d-kriging, with an anisotropy, some values from an irregular network.
It works well when :
- 2d-kriging, without any anisotropy, some data from an irregular network
- 2d-kriging, with and without anisotropy, some data from a regular network
- 3d-kriging, with and without anisotropy, some data from a regular network
Here is