Learn R Programming

akmedoids (version 1.3.0)

traj: Sample longitudinal dataset

Description

Simulated longitudinal datasets containing trajectories with missing values (NA, Inf, null)

Usage

traj

Arguments

Format

A dataframe with the following variables:

  • location_ids: Character id of sample locations at which values are obtained.

  • X2001: Values at time step 1 (i.e. year 2001)

  • X2002: Values at time step 2 (i.e. year 2002)

  • X2003: Values at time step 3 (i.e. year 2003)

  • X2004: Values at time step 4 (i.e. year 2004)

  • X2005: Values at time step 5 (i.e. year 2005)

  • X2006: Values at time step 6 (i.e. year 2006)

  • X2007: Values at time step 7 (i.e. year 2007)

  • X2008: Values at time step 8 (i.e. year 2008)

  • X2009: Values at time step 9 (i.e. year 2009)