README.md

ggclipped

Travis build
status Codecov test
coverage

The goal of ggclipped is to …

Installation

You can install the released version of ggclipped from CRAN with:

install.packages("ggclipped")

Example

This is a basic example which shows you how to solve a common problem:

library(ggplot2)
library(ggclipped)

data <- data.frame(rank = rep(0:1, 5),
                   time = rep(1:5, 2),
                   team = rep(0:1, each = 5))

ggplot(data, aes(time, rank, color = factor(team))) +
  geom_line_clip(size = 2, clip_length = 0.05) +
  theme_minimal() 



EmilHvitfeldt/ggclipped documentation built on May 11, 2019, 3:09 p.m.