powered by
Slope of \(y(x)\), that is, \(dy/dx\).
# S3 method for ecd y_slope(object, x)y_slope(object, x)# S4 method for ecd y_slope(object, x)
y_slope(object, x)
# S4 method for ecd y_slope(object, x)
an object of ecd class
a numeric vector of x dimension
x
a numeric vector of \(dy/dx\)
# NOT RUN { d <- ecd(0,1) x <- seq(-20,20,by=0.01) yp <- y_slope(d,x) # }
Run the code above in your browser using DataLab