Visualiser: The Visualiser Object

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Every Domain uses a Visualiser to create cartographic plots of the social semantic network it holds: the visualized conceptual map can then be used as a projection surface to display locations, positions, and pathways of learners or their individual, textually represented learning activities.

Usage

1
Visualiser(domain, ...)

Arguments

domain

Back reference to the domain the visualiser belongs to.

...

Additional arguments to be passed on to super.

Details

The Visualiser is responsible for all plotting activities: all other objects interface with it to output something onto the plot. The Domain uses the visualiser to render a cartographic map and label the map for its landmarks. The Person uses the visualiser to mark up its position, path, or the map location of individual Performance objects.

Value

The constructor 'initialize' returns the object.

Author(s)

Fridolin Wild <wild@brookes.ac.uk>

References

Fridolin Wild (2016): Learning Analytics in R with SNA, LSA, and MPIA, Springer:Berlin.

See Also

More detailed information: Visualiser-class, Domain, DomainManager, plot, toponymy

Examples

1
2
3
4
5
6
7
8
9
dmgr = DomainManager()
#d = dmgr$get("generic")
data(generic.domain)
dmgr$add(d, title="generic")

summary(d$visualiser)

plot(d)
toponymy(d)

mpia documentation built on May 2, 2019, 4:18 p.m.