powered by
This function is used to evaluate significant movement within a nest.
movement( x = stop("data.frame must be provided"), col.time = "Time", col.x = "x", col.y = "y", col.z = "z", NumberRecordBeforeEmergence = 1900, k = 4, Windowsize = 15 )
The function will return a list
A data.frame with 4 columns, one for time and three for x, y, and z position
Name of the column with time
Name of the column with x positions
Name of the column with y positions
Name of the column with z positions
Number of records in quiet period
Factor to multiply SD to prevent false positive detection
Number of records used for moving average
Marc Girondot
movement is a function that permits to analyze movement datalogger
11893embryogrowth
Other Data loggers utilities: calibrate.datalogger(), uncertainty.datalogger()
calibrate.datalogger()
uncertainty.datalogger()
if (FALSE) { library(embryogrowth) mv <- movement(x=dataf, col.time="Time", col.x="x", col.y="y", col.z="z") }
Run the code above in your browser using DataLab