geom_timeline_label: Creates the annotation layer in the timeline visualization of...

Description Usage Arguments Value

View source: R/geom.R

Description

Creates the annotation layer in the timeline visualization of earthquakes

Usage

1
2
3
4
geom_timeline_label(mapping = NULL, data = NULL, stat = "TimeLine",
  position = "identity", na.rm = FALSE, show.legend = NA,
  inherit.aes = TRUE, n_max = 5, xmin = "2000-01-01",
  xmax = "2018-01-01", ...)

Arguments

mapping

default to NULL

data

defaults to NULL

stat

defaults to "TimeLine"

position

defaults to "identity"

na.rm

defaults to false

show.legend

defaults to NA

inherit.aes

defaults to true

n_max

an integer value. The value represents the largest n_th sample to annotate

xmin

a character value. Tthe minimun date to display in the x-axis

xmax

a character value. Tthe maximun date to display in the x-axis

...

other arguments

Value

the annotation layer


JunlueZhao/CourseraCaptsoneWeek3 documentation built on May 20, 2019, 5:40 p.m.