Package: plot3logit
Type: Package
Title: Ternary Plots for Trinomial Regression Models
Version: 1.0.0
Authors@R: c(
    person('Flavio', 'Santi', email = 'flavio.santi@univr.it',
      role = c('cre', 'aut'), comment = c(ORCID = "0000-0002-2014-1981")),
    person('Maria Michela', 'Dickson', email = 'mariamichela.dickson@unitn.it',
      role = c('aut'), comment = c(ORCID = "0000-0002-4307-0469")),
    person('Giuseppe', 'Espa', email = 'giuseppe.espa@unitn.it',
      role = c('aut'), comment = c(ORCID = "0000-0002-0331-3630")))
Author: Flavio Santi [cre, aut] (<https://orcid.org/0000-0002-2014-1981>),
  Maria Michela Dickson [aut] (<https://orcid.org/0000-0002-4307-0469>),
  Giuseppe Espa [aut] (<https://orcid.org/0000-0002-0331-3630>)
Maintainer: Flavio Santi <flavio.santi@univr.it>
BugReports: https://github.com/f-santi/plot3logit
Description: An implementation of the ternary plot for interpreting regression
    coefficients of trinomial regression models, as proposed in Santi, Dickson
    and Espa (2018) <doi:10.1080/00031305.2018.1442368>. Ternary plots are
    drawn using either 'ggtern' package (based on 'ggplot2') or 'Ternary'
    package (based on standard graphics).
Depends: R (>= 3.1), ggtern (>= 3.1.0), Ternary (>= 1.0.1)
Imports: magrittr (>= 1.5), ggplot2 (>= 3.1.0), graphics, reshape2 (>=
        1.4.3), stats, utils
Suggests: MASS (>= 7.3-51), mlogit, nnet
License: GPL (>= 2)
LazyData: true
NeedsCompilation: no
Encoding: UTF-8
RoxygenNote: 6.1.0
Repository: CRAN
Date: 2019-01-21
Packaged: 2019-01-21 17:00:51 UTC; flavio
Date/Publication: 2019-01-30 23:10:10 UTC
