caring | R Documentation |
caring
produce an interactive multi graph from caring arguments.
caring(filepath,arguments)
filepath |
The path to the data file. |
arguments |
a list with the caring exported arguments. |
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.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.