powered by
Kernel triangle
triangle(x)
a vector of real numbers.
This function computes the values of the triangle kernel at points x.
x
# NOT RUN { x = seq(-2,2,length=1000) y = triangle(x) plot(x,y) # }
Run the code above in your browser using DataLab