visustat_check: visustat_check

View source: R/visustat_check.R

visustat_checkR Documentation

visustat_check

Description

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

Usage

visustat_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

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, ...)

stack

logical: default: FALSE, single image file provided if time-resolved imagestack is used, set: TRUE

Examples

data(hiv_motility)
images <- hiv_motility_images()
visustat_check(hiv_motility, images)

grrchrr/VisuStatR documentation built on April 25, 2022, 11:30 a.m.