Histograms {StakeholderAnalysis} | R Documentation |
Draws histograms of responses
Histograms(path, tofile, CountResponses)
path |
a path of a particular catalogue in which pictures are saved, set path="" when tofile=0 |
tofile |
logical. 1=save-to-file. 0=show-on-screen |
CountResponses |
the result of the PrelCalc function |
The function draws histograms of responses
Histograms |
Histograms of responses |
Sebastian Susmarski, Lech Kujawski, Anna Zamojska, Piort Zientar
# first import DataExp
data(DataExp)
# then execute PrelCalc()
PrelCalcExp=PrelCalc(data=DataExp, NoAtt=c(2,11,13,15),NoPow=c(3,8,14,16),
NoUrg=c(4,6,10,12),NoLeg=c(5,7,9,17),NoBen=18:22,NoCos=23:27)
# Histograms()
Histograms(path="",tofile=0,CountResponses=PrelCalcExp$CountResponses)