Description Usage Arguments Value Examples
First derivative for the function and value given
1 | derivative(fnc, x, incrx = 0.01)
|
fnc |
Function |
x |
Value in which the derivative should be calculated |
incrx |
increment in x to calculate the derivative |
derivative value at the value given
1 2 3 | fnc<-function(x) apparent_equatorial_position(x,"sun")$declination
x <- str2jd("2014-03-08")
derivative(fnc,x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.