Package: ParallelTree
Type: Package
Title: Visualizing Multilevel Data
Version: 0.1.3
Author: Patrick O'Keefe
Maintainer: Patrick O'Keefe <patrick.okeefe@vanderbilt.edu>
Description: Provides two functions: Group_function() and Parallel_Tree(). Group_function() applies a given function (e.g.,mean()) to input variable(s) by group across levels. Has additional data management options.
    Parallel_Tree() uses 'ggplot2' to create a parallel coordinate plots (technically a facsimile of parallel coordinate plots in a Cartesian coordinate system).
    Used in combination these functions can create parallel tree plots, a variant of parallel coordinate plots, which are useful for visualizing multilevel data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: stats, ggplot2
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-17 15:10:24 UTC; Patrick
Repository: CRAN
Date/Publication: 2019-09-17 15:20:03 UTC
