Learn R Programming

dematel (version 0.1.0)

visualize: Causal Diagram

Description

Returns Causal Diagram of criteria

Usage

visualize(x, data_control = TRUE)

Arguments

x

a matrix containing the values of direct relationship decision matrix.

data_control

is a pre-defined logical parameter that whether data should checked.

Value

This function returns a graph

Examples

Run this code
# NOT RUN {
visualize(dematel::hospitaldata)
visualize(dematel::nurseselection)
visualize(dematel::medicaldevice)
# }

Run the code above in your browser using DataLab