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

View source: R/gg_state.R

gg_stateR Documentation

Add states to gg_day() or gg_days() plots

Description

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

Usage

gg_state(...)

Arguments

...

arguments given to gg_states()

Value

a ggplot object

Examples

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

LightLogR documentation built on Nov. 28, 2025, 5:09 p.m.