sfreemap.pie_plot: Plot a tree with a summary of time spent no each state by...

Description Usage Arguments Value Author(s) See Also

Description

Plot a tree with a pizza chart on each node representing the percentage of time spent by each state on each node.

When "percent_only" is set to TRUE, just return the calculate percentages, without actually plotting the tree.

Usage

1
sfreemapr.pie_plot(tree, percent_only=FALSE)

Arguments

tree

A result of a simmap.map execution.

percent_only

(default FALSE) if TRUE just return the percentage of time spent by each state in the internal nodes

Value

Return nothing if percentage_only=TRUE or a matrix with each row being an internal node, columns representing the states and values representing the percentage of time that each state spent on each node.

Author(s)

Diego Pasqualin dpasqualin@inf.ufpr.br

See Also

sfreemapr.map


dpasqualin/sfreemapr documentation built on May 15, 2019, 10:45 a.m.