plot.netprioR {netprioR}R Documentation

Plot method for netprioR objects

Description

Plot method for netprioR objects

Usage

## S3 method for class 'netprioR'
plot(x, which = c("all", "weights", "lik", "scores"), ...)

Arguments

x

A netprioR object

which

Flag for which plot should be shown, options: weights, lik, scores, all

...

Additional paramters for plot

Value

Plot of the weights, likelihood, ranks, or all three

Author(s)

Fabian Schmich

Examples

data(simulation)
plot(simulation$model)

[Package netprioR version 1.6.0 Index]