The alternatives section contains a list of alternatives, where each alternative
may have a number of attributes.
The goal section is a tree of criteria,
each criteria having a name, a preferences
attribute, and possible child criteria or alternatives.
To look at a sample file, type, see examples below or type vignette("examples", package = "ahp"). To learn
the details about the ahp file format, type vignette("file-format", package = "ahp").
# NOT RUN {ahpFile <- system.file("extdata", "car.ahp", package="ahp")
#look at a sample filecat(readChar(ahpFile, file.info(ahpFile)$size))
#load the file into RcarAhp <- Load(ahpFile)
# }