det.c | R Documentation |
return the index more closed of brn in the numeric vector.
det.c(brn, vec)
brn |
a number |
vec |
a numeric vector |
a number
# vec <- seq(1,100,by = .2)
# a <- det.c(59.38, vec)
# a = 293. So vec[293] is the most closed of 59,38 than vec.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.