Description Usage Arguments Examples
no description
1  | l.s.closest_value(nu_base, nu_find, close_type=c("general","down","up"))
 | 
nu_base | 
 numric vector  | 
nu_find | 
 numeric vector  | 
close_type | 
 character vector of lenght 1. Which type of finding use (general, down, up)  | 
1 2 3 4 5 6  | c1<-c(1,3,5,6,7,10,NA)
c2<-c(2,4,5,6,6,10,1,1,12,NA)
l.s.closest_value(c2, c1, 'gneral')
l.s.closest_value(c2, c1, 'down')
l.s.closest_value(c2, c1, 'up')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.