plot_mapvisit: Plot number of visit vs total time spent for a dataset

Description Usage Arguments Value Examples

View source: R/tools.R

Description

Returns and save a plot

Usage

1
2
plot_mapvisit(df, listIndiv, folder, filename, width = 8, height = 8,
  IDcol = "id", coord.names = c("x", "y"))

Arguments

df

movement data

listIndiv

list of individuals

folder

folder where mapvisit data are stored

filename

name of pdf file

width

width of pdf

height

height of pdf

IDcol

names of id columne

coord.names

names of coordinates columns

Value

a ggplot2 object

Examples

1
generate_grid(df, cellsize = 1000)

rpatin/mapvisit documentation built on May 14, 2019, 9 a.m.