Learn R Programming

pomp (version 0.53-5)

abc-methods: Methods of the "abc" class

Description

Methods of the "abc" class.

Usage

## S3 method for class 'abc':
conv.rec(object, pars, \dots)
## S3 method for class 'abcList':
conv.rec(object, \dots)
## S3 method for class 'abc':
plot(x, y, pars, scatter = FALSE, \dots)
## S3 method for class 'abcList':
plot(x, y, \dots)
## S3 method for class 'abc':
c(x, \dots, recursive = FALSE)
## S3 method for class 'abcList':
c(x, \dots, recursive = FALSE)

Arguments

object, x
The abc object.
pars
Names of parameters.
y, recursive
Ignored.
scatter
optional logical; If TRUE, draw scatterplots. If FALSE, draw traceplots.
...
Further arguments (either ignored or passed to underlying functions).

See Also

abc, pomp