Learn R Programming

LightLogR (version 0.10.0)

gg_state: Add states to gg_day() or gg_days() plots

Description

[Deprecated] gg_state() has been deprecated. Use gg_states() instead

Usage

gg_state(...)

Value

a ggplot object

Arguments

...

arguments given to gg_states()

Examples

Run this code
sample.data.irregular|> 
dplyr::mutate(movement = dplyr::na_if(movement, 0)) |>  
gg_days() |> gg_state(movement)

Run the code above in your browser using DataLab