| caring {netCoin} | R Documentation |
Produce interactive multi graphs.
Description
caring produce an interactive multi graph from caring arguments.
Usage
caring(filepath,arguments)
Arguments
filepath |
The path to the data file. |
arguments |
a list with the caring exported arguments. |
Value
This function returns a mGraph object.
The function creates a folder in your computer with an HTML document named index.html which contains the graph. This file can be directly opened with your browser.
Author(s)
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
Examples
## Not run:
filename <- "demo.sav"
arguments <- list(
variables = c("Gender", "Income category in thousands",
"Primary vehicle price category"),
plot = "network"
)
graph <- caring(filename,arguments)
plot(graph)
## End(Not run)
[Package netCoin version 2.0.48 Index]