activities {aspace}R Documentation

Demo Data: Coordinates of 10 specified activity locations

Description

This is a simple two-column data frame (or matrix) containing x,y coordinates for a series of activity point locations. These are meant to represent locations physically contacted by an individual during a specific time interval. Demonstration data mimic UTM coordinates such that the first column contains Easting (x), and the second Northing (y) coordinates for unique destinations (one destination per row).

Usage

data(activities)

Format

A data frame with 10 observations on the following 2 variables.

col1
A numeric vector of x-coordinates
col2
A numeric vector of y-coordinates

Details

The coordinates of the activities must have the same units and projection as the specified center.

Source

This demonstration data has been manufactured for illustrative purposes only.

Examples

  data(activities)
  str(activities)
  plot(activities)

[Package aspace version 1.2 Index]