merge_data: Function to create global database containg morphology,...

Description Usage Arguments Value

View source: R/Merge_data.R

Description

Merges the morphology data, the trajectory data with the video descriptions, which can / should contain the information on sampling units, video date and time, treatments and replicate etc. The files are merged by the use of the video file names. For the exact meaning of each of the columns, please refer to the locate_and_measure_particles() and link_particles() functions.

Usage

1
2
merge_data(to.data, particle.data.folder, trajectory.data.folder,
  video.description.folder, video.description.file, merged.data.folder)

Arguments

to.data

path to the working directory

particle.data.folder

directory containing the global morphology data

trajectory.data.folder

directory containing the global trajectory data

video.description.folder

directory containing the video description file

video.description.file

name of the video description file

merged.data.folder

directory where the global database is saved

Value

saves the global database Master.RData to the merged.data.folder


pennekampster/bemovi documentation built on May 25, 2019, 12:46 a.m.