interp {ggplot2}R Documentation

Interpolate.

Description

Interpolate n evenly spaced steps from start to end - (end - start) / n.

Usage

interp(start, end, n)

Arguments

start
end
n

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.9 Index]