plotsimgc: Plot Geostatistical Data Simulated From Gaussian Copula

plot.simgcR Documentation

Plot Geostatistical Data Simulated From Gaussian Copula

Description

Three plots will be generated. A level plot with the number of counts at given locations; a level plot with point referenced locations and varying colors and a 3-D scatter plot.

Usage

## S3 method for class 'simgc'
plot(x, index = 1, plottype = "Text", xlab = "xloc", ylab = "yloc",
     xlim = NULL, ylim = NULL, pch = 20, textcex = 0.8, plotcex = 1,
     angle = 60, col = 4, col.regions = gray(90:0/100),...)
          

Arguments

x

an object of class simgc, typically generated from function simgc.

index

the index of the simulated data, need to be specified since simgc can simulate multiple datasets simultaneously.

plottype

the type of the printed plot, can be "Text", "Dot", or "3D". When plottype = "Text", a 2-D plot is generated with exact counts at observed locations. When plottype = "Dot", a 2-D dot plot is generated and when plottype = "3D" a 3-D scatter plot is printed.

xlab, ylab

a title for the x and y axis.

xlim, ylim

numeric vectors of length 2, giving the x and y coordinates ranges. if they equal to NULL then they will be adjusted from the data.

pch

plotting character, i.e., symbol to use in the 3-D scatter plot.

textcex

a numerical value giving the amount by which plotting text should be magnified relative to the default.

plotcex

a numerical value giving the amount by which plotting symbols should be magnified relative to the default.

angle

angle between x and y axis.

col

color of the text.

col.regions

color vector to be used reflecting magnitude of the dataset at different locations. The general idea is that this should be a color vector of gradually varying color.

...

further arguments passed to plot and panel settings.

Author(s)

Zifei Han hanzifei1@gmail.com

See Also

plot.mlegc, plot.predgc


gcKrig documentation built on July 3, 2022, 1:05 a.m.

Related to plotsimgc in gcKrig...