h_difference | R Documentation |
Helper function computes the difference with specific type.
h_difference(x, y, type)
x |
( |
y |
( |
type |
( |
a matrix contains the x and y measurement data and corresponding difference.
h_difference(x = c(1.1, 1.2, 1.5), y = c(1.2, 1.3, 1.4), type = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.