plot.hpaML {hpa} | R Documentation |
Plot approximated marginal density using hpaML output
Description
Plot approximated marginal density using hpaML output
Usage
## S3 method for class 'hpaML'
plot(x, y = NULL, ..., ind = 1, given = NULL)
Arguments
x |
Object of class "hpaML" |
y |
this parameter currently ignored |
... |
further arguments to be passed to |
ind |
index of random variable for which approximation to marginal density should be plotted |
given |
numeric vector of the same length as given_ind
from |
[Package hpa version 1.3.3 Index]