View source: R/package_functions.R
riemsum | R Documentation |
riemsum
returns a modified dot product described by two vectors.
riemsum(x, y)
x |
a numeric 'width' vector. |
y |
a numeric 'height' vector. |
A numeric value.
x <- 1:10
riemsum(x,x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.