R/matrix_library.R

#' A package to make charts from matrices (similar to tile charts) in R.
#'
#'
#'
#' This package has been inspired from the waffle chart package by hrbrmstr
#' License: SIL OFL 1.1\cr
#' URL:
#'
#' @name plotmatrix-package
#' @docType package
#' @import gridExtra
#' @import grid
#' @import stringr
#' @import magrittr
#' @importFrom gtable is.gtable
#' @importFrom ggplot2 ggplot geom_tile scale_fill_manual guides geom_tile ggplotGrob
#' @importFrom ggplot2 geom_point geom_text scale_color_manual guides theme labs
#' @importFrom ggplot2 scale_x_continuous scale_y_continuous scale_fill_continuous
#' @importFrom ggplot2 aes guide_legend element_rect element_blank element_text
#' @importFrom grid arrow unit grid.newpage grid.draw unit.c unit.pmax unit.pmin
#' @importFrom tidyr gather
#' @importFrom dplyr mutate arrange desc
#' @description A Package to Visualize matrices


NULL
adhok/plotmatrix documentation built on May 28, 2019, 3:55 p.m.