#' Extract and Visualize FactoMineR Results
#'
#' This package provides several S3 methods for plotting and summarizing
#' results of multivariate exploratory data analysis (e.g. PCA, CA).
#' 'FactoHelpeR' uses 'ggplot2', this makes it easy to customize plots
#' (e.g. using themes, stat and scales).
#'
#' \tabular{ll}{
#' \strong{Package:} \tab FactoHelpeR \cr
#' \strong{Type:} \tab Package \cr
#' \strong{Version:} \tab 0.0.0.9000 \cr
#' \strong{Date:} \tab 2019-01-01 \cr
#' \strong{License:} \tab GPL-3
#' }
#'
#' @name FactoHelpeR-package
#' @aliases FactoHelpeR-package FactoHelpeR
#' @docType package
#' @author \strong{Full list of authors and contributors} (alphabetic order)
#' \tabular{ll}{
#' Nicolas Frerebeau \tab \emph{IRAMAT-CRP2A, Université Bordeaux Montaigne, France}
#' }
#'
#' \strong{Bug reporting}
#'
#' - \url{https://github.com/nfrerebeau/FactoHelpeR/issues}
#'
#' \strong{Package maintainer}
#'
#' Nicolas Frerebeau\cr
#' \email{nicolas.frerebeau@@u-bordeaux-montaigne.fr}
#'
#' IRAMAT-CRP2A (UMR 5060)\cr
#' Maison de l'Archéologie\cr
#' Universite Bordeaux Montaigne\cr
#' F-33607 Pessac cedex\cr
#' France
#'
#' @importFrom magrittr %<>%
#' @importFrom magrittr %>%
NULL
# Quiets concerns of R CMD check: the .'s that appear in pipelines
# See https://github.com/tidyverse/magrittr/issues/29
if(getRversion() >= "2.15.1") utils::globalVariables(c("."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.