slide: Underlying function for error profile model

View source: R/scaling.R

slideR Documentation

Underlying function for error profile model

Description

Creates a function that slides smoothly from one constant level to another

Usage

slide(xs, x0, y0, x1, y1, s0, s1)

Arguments

xs

the input x-values

x0

the starting x of the slide

y0

the starting y value of the slide (the constant level on the left)

x1

the end x of the slide

y1

the end y of the slide (i.e. the constant level on the right)

s0

the amount of smoothing on the left

s1

the amount of smoothing on the right

Value

the y values corresponding to the input x


jweile/tileseqMave documentation built on April 5, 2024, 4:51 p.m.