rmse.veloc: A diagnostic function for measurements of terminal velocity

Description Usage Arguments Value Examples

View source: R/rmse.veloc.R

Description

To calculate the root-mean-square error (RMSE) of differences between observed and predicted velocity between successive images

Usage

1

Arguments

obj

The R object "vtobj.Rdata" produced by the script to calculate terminal velocity from .txt files

Value

Result summary of the RMSE of differences between observed and predicted velocity between successive images

Examples

1
2
3
library(velocimeter)
load(file = paste0(.libPaths()[which("velocimeter"%in%list.files(.libPaths()))],"/velocimeter/extdata/vtobj.Rdata"))
rmse.veloc(obj = vtobj[[1]])

jinleizhu/velocimeter documentation built on Jan. 8, 2022, 1:19 a.m.