Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.NIGrid

plots an NIGrid-object


Description

Plots the grid points of an NIGrid-object

Usage

## S3 method for class 'NIGrid'
plot(x, plot.dimension = NULL, ...)

Arguments

x

a grid of type NIGrid

plot.dimension

vector of length 1, 2 or 3. with the dimensions to be plotted (see examples)

...

arguments passed to the default plot command

Examples

myGrid <- createNIGrid(dim=4, type=c("GHe", "cNC1", "GLe", "oNC1"),
                       level=c(3,4,5,6))
plot(myGrid) ## dimension 1-min(3,dim(myGrid)) are plotted
## Free arranged plots
plot(myGrid, plot.dimension=c(4,2,1))
plot(myGrid, plot.dimension=c(1,2))
plot(myGrid, plot.dimension=c(3))

mvQuad

Methods for Multivariate Quadrature

v1.0-6
GPL-3
Authors
Constantin Weiser (HHU of Duesseldorf / Germany)
Initial release
2016-07-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.