View source: R/plot-weights-real.R
| weightsplot | R Documentation | 
This function plots the weights interacting between estimated effects for each pixel.
  weightsplot(weights, nei, nx, ny, coord, thresh = 0.1,
    ...)
weights | 
 matrix, containing MCMC-output the of posterior estimates of weights.  | 
nei, | 
 matrix, locations of weights in precision matrix.  | 
nx, | 
 scalar, number of pixels in x-direction.  | 
ny, | 
 scalar, number of pixels in y-direction.  | 
coord, | 
 matrix, coordinates of pixels.  | 
thresh, | 
 scalar, defining the threshold to which the median of the weights smaller than this threshold should be plotted.  | 
..., | 
 graphical parameters for   | 
No return value, called for side effects
This function is solely for MCMC-outputs on real data.
Maximilian Hughes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.