calculate_rho | R Documentation |
Calculate scaling parameter so that the max value is no more than 10. This allows for the Matern function to give a nice range of values and not just squishing everything down to 1.0.
calculate_rho(K, scale = 1)
K |
(data.frame or matrix) A data frame or matrix of coordinates |
scale |
(real) The scale value |
(real) scale * rho
calculate_rho(data.frame(x=c(1, 2, 3), y=c(4, 5, 6)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.