powered by
A function with which to generate nonstationary covariance structure.
scurve(x, a = 1, start = 1, end = 2)
the function values associated to x depicting an S-curve.
x
a sequence of x-values.
The coefficient of slope of the curve.
a starting value for the curve
an ending value for the curve
Matt Nunes
lincurve, simTexture
lincurve
simTexture
x<-seq(0,1,length=100) y<-scurve(x,.4,1,2) plot(x,y,type="l")
Run the code above in your browser using DataLab