Description Usage Arguments Details Author(s) Examples
Object that holds results from AI detection.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S4 method for signature 'RiskVariant'
ref(x)
## S4 replacement method for signature 'RiskVariant,ANY'
ref(x) <- value
## S4 method for signature 'RiskVariant'
alt(x)
## S4 replacement method for signature 'RiskVariant,ANY'
alt(x) <- value
## S4 method for signature 'RiskVariant'
phase(x, return.class = "matrix")
## S4 replacement method for signature 'RiskVariant'
phase(x) <- value
|
x |
RiskVariant object or list of RiskVariants |
value |
argument used for replacement |
return.class |
type of class returned eg. "list or ""array". |
The RiskVariant-class contains
Jesper R. Gadin, Lasse Folkersen
1 | #some code
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.