Skip to content

Commit

Permalink
ANOPA v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousin3 committed Mar 17, 2024
1 parent 80eab49 commit e8c2987
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 31 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Authors@R: c(
person("Louis", "Laurencelle", email = "[email protected]",
role = c("aut", "ctb"))
)
Author: Denis Cousineau [aut, cre],
Author: Denis Cousineau [aut, ctb, cre],
Louis Laurencelle [aut, ctb]
Maintainer: Denis Cousineau <[email protected]>
BugReports: https://github.com/dcousin3/ANOPA/issues/
Expand Down
10 changes: 5 additions & 5 deletions R/ANOPA-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@
#' anopaPlot(w, allowImputing = TRUE)
#'
#' # We can place the factor `Diel` on the x-axis (first):
#' anopaPlot(w, ~ Diel * Trophism * Location )
#' #anopaPlot(w, ~ Diel * Trophism * Location )
#'
#' # Change the style for a plot with bars instead of lines
#' anopaPlot(w, plotStyle = "bar")
#' #anopaPlot(w, plotStyle = "bar") # to speed tests, we comment these two lines
#'
#' # Changing the error bar style
#' anopaPlot(w, plotStyle = "bar", errorbarParams = list( width =0.1, linewidth=0.1 ) )
#' #anopaPlot(w, plotStyle = "bar", errorbarParams = list( width =0.1, linewidth=0.1 ) )
#'
#' # Illustrating the main effect of Location (not interacting with other factors)
#' # and the interaction Diel * Trophism separately
#' anopaPlot(w, ~ Location )
#' anopaPlot(w, ~ Diel * Trophism )
#' #anopaPlot(w, ~ Location ) # to speed tests, we comment these two lines
#' #anopaPlot(w, ~ Diel * Trophism ) # to speed tests, we comment these two lines
#'
#' # All these plots are ggplot2 so they can be followed with additional directives, e.g.
#' library(ggplot2)
Expand Down
3 changes: 1 addition & 2 deletions R/ANOPA-posthocProportions.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
#' # There is a near-significant interaction of Trophism * Diel (if we consider
#' # the unadjusted p value, but you really should consider the adjusted p value...).
#' # If you generate the plot of the four factors, we don't see much:
#' anopaPlot(w)
#'
#' # anopaPlot(w)
#' #... but with a plot specifically of the interaction helps:
#' anopaPlot(w, ~ Trophism * Diel )
#' # it seems that the most important difference is for omnivorous fishes
Expand Down
2 changes: 1 addition & 1 deletion R/ArringtonEtAll2002.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' @references
#' \insertAllCited{}
#'
#' @source \doi{10.1890/0012-9658(2002)083}
#' @source \doi{10.1890/0012-9658(2002)083[2145:HODFRO]2.0.CO;2}
#'
#' @examples
#'
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/D-ArringtonExample.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ articles:
D-ArringtonExample: D-ArringtonExample.html
E-ArcsineIsAsinine: E-ArcsineIsAsinine.html
F-TestingTypeIError: F-TestingTypeIError.html
last_built: 2024-03-16T23:15Z
last_built: 2024-03-17T00:27Z
urls:
reference: https://dcousin3.github.io/ANOPA/reference
article: https://dcousin3.github.io/ANOPA/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ANOPA-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/ArringtonEtAl2002.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/anopaN2Power.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/rBernoulli.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/unitaryAlpha.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/REFERENCES.bib
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ @article{a02
number = {8},
pages = {2145--2151},
year = {2002},
doi = {10.1890/0012-9658(2002)083}
doi = {10.1890/0012-9658(2002)083[2145:HODFRO]2.0.CO;2}
}

@article{wh11,
Expand Down
2 changes: 1 addition & 1 deletion man/ArringtonEtAl2002.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/anopa_asn_trans1.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/posthocProportions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8c2987

Please sign in to comment.