distance_T | R Documentation |
Taxicab Distance of four values
distance_T(x1, x2, y1, y2)
x1 |
a numerical value which represents the x value of the first point. |
x2 |
a numerical value which represents the x value of the second point. |
y1 |
a numerical value which represents the y value of the first point. |
y2 |
a numerical value which represents the y value of the second point. |
A numerical value.
x1 <- 2 x2 <- 8 y1 <- 5 y2 <- 1 distance_E(x1,x2,y1,y2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.