sits_plot: Plot a set of time series

Description Usage Arguments Details Value

Description

sits_plot plot one or more time series

Usage

1
2
3
sits_plot(data.tb, patterns.tb = NULL, type = "allyears",
  colors = "Dark2", n_matches = 4, start_date = NULL, end_date = NULL,
  interval = "12 month", overlap = 0.5)

Arguments

data.tb

tibble - a SITS table with the list of time series to be plotted

patterns.tb

patterns SITS tibble used to matching

type

string - the type of plot to be generated

colors

the color pallete to be used (default is "Set1")

n_matches

number of matches of a given label to be displayed

start_date

the start date of the plot (used for showing classifications)

end_date

the end date of the plot (used for showing classifications)

interval

the interval between classifications (used for showing classifications)

overlap

minimum overlapping between one match and the interval of classification. For details see dtwSat::twdtwApply help.

Details

Plot one SITS time series for a single place and interval

Value

data.tb tibble - the input SITS table (useful for chaining functions)


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.