caring: Produce interactive multi graphs.

View source: R/caring.R

caringR 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)

netCoin documentation built on March 31, 2023, 7:34 p.m.