Histograms: Histograms

Description Usage Arguments Details Value Author(s) Examples

View source: R/kod_do_11.R

Description

Draws histograms of responses

Usage

1
Histograms(path, tofile, CountResponses)

Arguments

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

Details

The function draws histograms of responses

Value

Histograms

Histograms of responses

Author(s)

Sebastian Susmarski, Lech Kujawski, Anna Zamojska, Piort Zientar

Examples

1
2
3
4
5
6
7
# 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)

Example output



StakeholderAnalysis documentation built on May 2, 2019, 3:44 a.m.