Learn R Programming

aspace (version 2.5)

activities: Demo Data: x and y coordinates of 10 specified point locations

Description

This is a simple two-column data frame (or matrix) containing x,y coordinates for a series of point locations. These data mimic UTM coordinates such that the first column contains Easting (x), and the second Northing (y) coordinates for the set of unique points.

Usage

data(activities)

Arguments

source

This demonstration data has been manufactured for illustrative purposes only.

Details

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

Examples

Run this code
data(activities)
  str(activities)
  plot(activities)

Run the code above in your browser using DataLab