Skip to contents

Meanfunction with local bump

Usage

meanf_bump(x, quarter = 1, height = 0.1)

Arguments

x

function argument

quarter

1,2,3, or 4 to select domain-quarter.

height

height of the bump function

Examples

curve(meanf_bump(x, 1), from=0, to=1,
main="Meanfct Ellipse", ylab="",xlab="")
curve(meanf_bump(x, 2), from=0, to=1, 
lty=2, add=TRUE)