Description Usage Arguments Examples
View source: R/chk-composite.R
Check that differences between two variables is divisible by a third variable
1 2 3  | chk_difference_divisible(x1, x2, y, name1, name2, name_y)
err_difference_divisible(x1, x2, y, name1, name2, name_y)
 | 
x1 | 
 The larger variable.  | 
x2 | 
 The smaller variable.  | 
y | 
 The third variable  | 
name1 | 
 The name for   | 
name2 | 
 The name for   | 
name_y | 
 The name for   | 
1 2 3 4 5 6  | chk_difference_divisible(x1 = 50,
                         x2 = 15,
                         y = 5,
                         name1 = "x1",
                         name2 = "x2",
                         name_y = "y")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.