floor_date {ggplot2}R Documentation

Floor for dates and times

Description

Round date up to nearest multiple of time

Usage

floor_date(date, time)

Arguments

date date to round
time unit of time to round to (see cut.Date) for valid values

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]