Learn R Programming

binaryTimeSeries (version 1.0.2)

Analyzes a Binary Variable During a Time Series

Description

A procedure to create maps, pie charts, and stacked bar plots showing the trajectory of a binary variable during a time series. You provide a time series of data sets as a stack of raster files or a data frame and call the various functions in 'binaryTimeSeries' to create your desired graphics.For more information please consult: Pontius Jr, R. G. (2022). "Metrics That Make a Difference: How to Analyze Change and Error" Springer Nature Switzerland AG and Bilintoh, T.M., (2022). "Intensity Analysis to Study the Dynamics of reforestation in the Rio Doce Water Basin, Brazil". Frontiers in Remote Sensing, 3 (873341), 13. .

Copy Link

Version

Install

install.packages('binaryTimeSeries')

Monthly Downloads

48

Version

1.0.2

License

AGPL (>= 3)

Maintainer

Thomas Mumuni Bilintoh

Last Published

July 18th, 2022

Functions in binaryTimeSeries (1.0.2)

trajPlot

Creates a map and pie chart of the trajectories of the category of interest.
dataStack

Creates results that serve as input for the stackbarPlot function.
stackbarPlots

Create stack bar plots showing trajectories sizes and the three change components.
presencePlot

Creates two maps: a map showing how many times the category is present during the time series and a map showing how many times the category changes during the time series.
changeData

Creates a list containing the raster data sets concerning the number of times the category of interest is present and the number of times the category of interest changes during the time series.
trajData

creates the data which serves as input for the "trajPlot" function.