calageInt | R Documentation |
This function returns a numeric value indicating the pending time (in terms of time steps, delta) for a given state change of a proxel.
calageInt(state, proxel, delta)
state |
a string value |
proxel |
a data frame containing a state, age intensity and the probability. |
delta |
a numeric value as time step |
a numeric value as the age intensity
proxel <- data.frame(State = "OK", ageInt = 0, Prob = 1) state <- "OK" delta <- 0.2 calageInt(state, proxel,delta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.