xtable.algoQV: Xtable quality value object

Description Usage Arguments See Also Examples

Description

Xtable a single qualitity value object in a nicely formatted way

Usage

1
2
3
  ## S3 method for class 'algoQV'
xtable(x,caption = NULL, label = NULL, 
             align = NULL, digits = NULL, display = NULL, ...)

Arguments

x

Quality Values object generated with quality

caption

See xtable

label

See xtable

align

See xtable

digits

See xtable

display

See xtable

...

Further arguments (see xtable)

See Also

xtable

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
    # Create a test object
    disProgObj <- sim.pointSource(p = 0.99, r = 0.5, length = 200, A = 1,
                                        alpha = 1, beta = 0, phi = 0,
                                        frequency = 1, state = NULL, K = 1.7)

    # Let this object be tested from rki1
    survResObj <- algo.rki1(disProgObj, control = list(range = 50:200))

    # Compute the quality values in a nice formatted way
    xtable(algo.quality(survResObj))

jimhester/surveillance documentation built on May 19, 2019, 10:33 a.m.