RC.plot.network {RC}R Documentation

Plot the Sociogram of Impact

Description

This function uses the feautures of the 'igraph' package to plot the Sociogram that is based on the Impact bewteen users. The Impact is computed based on the parent-child relationships that exist between computations.

Usage

RC.plot.network(network = "", colors = "", weights = "")

Arguments

network network created by RC.network()
colors list of color codes
weights weights of edges

References

Wessa P., Exploring Social Networks in Reproducible Computing and Collaborative Assignments, Proceedings of the International Conference on E-Learning 2009, Toronto, Canada


[Package RC version 1.0.1.27 Index]