diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index 68bf23c9..8266c503 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -207,7 +207,7 @@
This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at http://contributor-covenant.org/version/1/4
+This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at https://contributor-covenant.org/version/1/4
Make the changes to the code on your fork.
#' @keywords internal
. Add examples to new functions. Make sure to update the documentation with devtools::document()
before submitting the pull request.vignettes/about.Rmd
about.Rmd
The xpose package development was kindly sponsored by:
The new xpose was inspired from data visualization and model diagnostics concepts established by the xpose4 package.
-Xpose4 was developed by the Department of Pharmaceutical Biosciences at Uppsala University:
+Xpose4 was developed by the Department of Pharmaceutical Biosciences at Uppsala University:
vignettes/access_xpdb_data.Rmd
access_xpdb_data.Rmd
vignettes/bestiarium.Rmd
bestiarium.Rmd
vignettes/customize_plots.Rmd
customize_plots.Rmd
vignettes/faq.Rmd
faq.Rmd
vignettes/import_model_outputs.Rmd
import_model_outputs.Rmd
xpose makes use of the readr which offers the advantages of 1) rapidly import big tables and 2) automatically import compressed table (e.g. sdtab001.zip) to increase storage capacity.
+xpose makes use of the readr which offers the advantages of 1) rapidly import big tables and 2) automatically import compressed table (e.g. sdtab001.zip) to increase storage capacity.
vignettes/interactive_plots.Rmd
interactive_plots.Rmd
The ggplot2 object is now automatically converted to a plotly graph. The scales can now be changed interactively, groups can be hidden by clicking on the legend
- - + +vignettes/introduction.Rmd
introduction.Rmd
xpose
makes use of the pipe operator %>%
from the package dplyr. Pipes can be used to generate clear workflow.
xpose
makes use of the pipe operator %>%
from the package dplyr. Pipes can be used to generate clear workflow.
vignettes/multiple_pages.Rmd
multiple_pages.Rmd
vignettes/vpc.Rmd
vpc.Rmd
The xpose website contains several useful articles to make full use of xpose
When working with xpose, a working knowledge of ggplot2 is recommended. Help for ggplot2 can be found in:
xpose_geom()
core function to specifically direct arguments to ggplot2
layersxpose_geom()
core function to specifically direct arguments to ggplot2
layersxpose_theme()
tidyverse
and pipes %>%
+tidyverse
and pipes %>%