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

Examples

library(goal)
data(goaldata.roads)