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

plot.NMixPlugDensMarg

Plot computed marginal predictive densities


Description

This is a basic plotting tool to visualize computed marginal plug-in estimates of densities, see NMixPlugDensMarg.

Usage

## S3 method for class 'NMixPlugDensMarg'
plot(x, auto.layout=TRUE,
    type="l", col="darkblue", lty=1, lwd=1, main, xlab, ylab, ...)

Arguments

x

an object of class NMixPlugDensMarg.

auto.layout

if TRUE then the function determines itself how to divide the plotting region to draw densities for all margins.

type

type of the plot.

col

color used to draw the lines.

lty

type of the line.

lwd

line width.

main

main title of the plot. Either character which is replicated or a vector of characters of the length equal to the number of margins.

xlab

label for the x-axis. Either character which is replicated or a vector of characters of the length equal to the number of margins.

ylab

label for the y-axis. Either character which is replicated or a vector of characters of the length equal to the number of margins.

...

additional arguments passed to the plot function.

Value

invisible(x)

Author(s)

See Also


mixAK

Multivariate Normal Mixture Models and Mixtures of Generalized Linear Mixed Models Including Model Based Clustering

v5.3
GPL (>= 3)
Authors
Arnošt Komárek <arnost.komarek@mff.cuni.cz>
Initial release
2020-06-02

We don't support your browser anymore

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