Description Usage Arguments Value Examples
To calculate the root-mean-square error (RMSE) of differences between observed and predicted velocity between successive images
1 | rmse.veloc(obj)
|
obj |
The R object "vtobj.Rdata" produced by the script to calculate terminal velocity from .txt files |
Result summary of the RMSE of differences between observed and predicted velocity between successive images
1 2 3 | library(velocimeter)
load(file = paste0(.libPaths()[which("velocimeter"%in%list.files(.libPaths()))],"/velocimeter/extdata/vtobj.Rdata"))
rmse.veloc(obj = vtobj[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.