powered by
A function with which to generate nonstationary covariance structure.
lincurve(x, start = 1, end = 2, a = 0.25)
the y-values associated to the linear function.
a sequence of x-values.
a starting value for the linear function.
an ending value for the linear function.
a proportion of the x-values for the linear part of the function.
Matt Nunes
scurve, simTexture
scurve
simTexture
x<-seq(0,1,length=128) y<-lincurve(x,start=1,end=2,a=.25) plot(x,y,type="l")
Run the code above in your browser using DataLab