goaldata.roads: A dataset of 40 roads

goaldata.roadsR Documentation

A dataset of 40 roads

Description

The variables in the dataset are as follows:

  • from: The id of the origin

  • to: The id of the destination

  • id: The id of this road

  • name: The name of this road

  • cost: The cost units of using this road

  • category: The category of this road

Format

A data.frame() with 40 rows and 6 variables

Source

Dimitris Kavroudakis

Examples

library(goal)
data(goaldata.roads)

dimitrisk/goal documentation built on Sept. 18, 2024, 9:51 a.m.