plot.simgc {gcKrig} | R 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 |
index |
the index of the simulated data, need to be specified since |
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 |
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