print.algoQV | R Documentation |
Print a single quality value object in a nicely formatted way
## S3 method for class 'algoQV'
print(x,...)
x |
Quality Values object generated with |
... |
Further arguments (not really used) |
# 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
algo.quality(survResObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.