Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New argument year_grid to plot.patterns() #981

Merged
merged 2 commits into from
Jun 4, 2023

Conversation

pedro-andrade-inpe
Copy link
Contributor

An example of using the new parameter:

patterns <- rbind(
    readRDS("teste_time_series_2017.rds") %>% sits_patterns(),
    readRDS("teste_time_series_2018.rds") %>% sits_patterns(),
    readRDS("teste_time_series_2019.rds") %>% sits_patterns(),
    readRDS("teste_time_series_2020.rds") %>% sits_patterns())

# standard way to call the function
patterns %>%
    plot()

plot-anos-juntos

# using the new argument
patterns %>%
    plot(year_grid = TRUE)

plot-por-ano

@gilbertocamara gilbertocamara merged commit 6e81bd5 into e-sensing:master Jun 4, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants