visumot_check: visumot_check

Description Usage Arguments Details Examples

View source: R/visumot_check.R

Description

Gives a summary that allows to check the linking between a passed dataframe and images in a frame-wise manner.

Usage

1
visumot_check(df, images, stack_time = FALSE, dimensions = 2)

Arguments

df

dataframe of the form: df(track, time, X, Y, (Z,) mapping_parameters, ...)

images

vector: filenames of images ordered by frames/time

stack

logical: default: FALSE, single image file provided if time-resolved imagestack is used, set: TRUE #' @param dimensions numeric: specify whether the images are 2D or 3D. If 3D is selected data is assumed to be in the form: df(track, time, X, Y, Z, mapping paramters, ...)

Details

To be written...

Examples

1
To be written...

grrchrr/VisumotR documentation built on March 3, 2021, 11:15 a.m.