Nothing
odds<-
errors if x is not numericCode
x <- NULL
odds(x) <- "2"
Condition
Error in `odds<-`:
! `value` must be numeric.
odds<-
errors if x is negativeCode
x <- NULL
odds(x) <- -1
Condition
Error in `odds<-`:
! `value` must be greater than or equal to 0, not -1.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.