knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    fig.path = "man/figures/README-",
    out.width = "100%",
    message = FALSE,
    warning = FALSE
)
library("badger")

yyeasy: Easily draw sectors with grid and ggplot2

Project Status: Active - The project has reached a stable, usable state and is being actively developed. r badge_devel("yanpd01/yyeasy", "green")

r badger::badge_custom("Windows", "passing", "green") r badger::badge_custom("Linux", "passing", "green")

cat(packageDescription("yyeasy")$Description)

:writing_hand: Authors

Pengdong Yan

:arrow_double_down: Installation

Get the development version from github or gitee:

## install.packages("remotes")
# from github
remotes::install_github("yanpd01/yyeasy")
# from gitee
remotes::install_git("https://gitee.com/yanpd01/yyeasy")

:books: Usage

For the usage of this R package, please type ?function after installation to view it. There are detailed case descriptions in it.



yanpd01/yyeasy documentation built on Dec. 1, 2022, 10:58 p.m.