Learn R Programming

Biograph (version 1.0)

ChangeObservationWindow.t: Change observation window to period between two points in time

Description

Observation starts at starttime and ends at endtime.

Usage

ChangeObservationWindow.t(survey, starttime, endtime)

Arguments

survey
Biograph object
starttime
Observation starts at starttime. Time is measured in unit used in Biograph object.
endtime
Observation ends at endtime. Time is measured in unit used in Biograph object.

Value

  • Biograph object with information on new observation window and transitions during the new observation window.

Examples

Run this code
#  The following example defines observation window as period between CMC 500 and CMC 900 (survey = GLHS)
 data (GLHS)
 z <- ChangeObservationWindow.t (GLHS,starttime=500,endtime=800)

Run the code above in your browser using DataLab