PlotLocationCount: Plot location counts

Description Usage Arguments Details Value

Description

Plots a linegraph of daily locations

Usage

1
2
PlotLocationsCount(df, id, individual, color_factor, start, end,
  breaks, tz, wrap)

Arguments

df

Dataframe with id, datetime.

id

Column name of unique identifier.

individual

String, individual/s (from id column) to keep, format should be c(id, id). Default is all.

color_factor

Column names, factor to determine location point color.

start

Date, filter start date. Default is 1970-01-01.

end

Date, filter end date. Default is current date.

breaks

Breaks on x-axis (i.e., "7 days"). Default is "14 days"

tz

String, timezone. Default is "Etc/GMT+5".

wrap

Logical, whether to wrap ribbon of panels into 2d. Default TRUE.

Details

Using color_factor on "behavior"

Value

Daily locations over a range of dates


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.