R/yjtools-package.R

#' yjtools: A toolkit package for Yun and Jin
#'
#' @description A miscellaneous toolkit including analytical algorithm,
#'   visualization tools and other utility functions.
#' @section Visualization Functions: \code{\link{ggannotate_npc}}: Create an
#'   ggplot2 annotation layer.\cr \cr \code{\link{geom_label_npc}} and
#'   \code{\link{geom_text_npc}}: ggplot2 layer for Text or label put in
#'   Normalised Parent Coordinates. \cr
#' @section Statistical Functions: \code{\link{stat_between_test}}: Between
#'   group test.\cr \cr \code{\link{stat_cor_test}}: Correlation analysis.\cr
#' @author Yun \email{yunyunpp96@@outlook.com}
#' @docType package
#' @name yjtools
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom data.table :=
#' @importFrom data.table .BY
#' @importFrom data.table .EACHI
#' @importFrom data.table .GRP
#' @importFrom data.table .I
#' @importFrom data.table .N
#' @importFrom data.table .NGRP
#' @importFrom data.table .SD
#' @importFrom data.table data.table
#' @importFrom rlang .data
#' @importFrom rlang .env
## usethis namespace: end
NULL
Yunuuuu/yjtools documentation built on Jan. 29, 2024, 5:30 a.m.