plotTrajYear: Plot the trajectories grouped by year

View source: R/cqmaTools.R

plotTrajYearR Documentation

Plot the trajectories grouped by year

Description

Plot the trajectories grouped by year

Usage

plotTrajYear(file.vec, path.out, device, map.xlim, map.ylim, map.height,
  map.width, stations.df, plot2file)

Arguments

file.vec

A character vector. The paths to trajectory files

path.out

A character. The path to the folder for storing the resulting files

device

A character. Image format, i.e. PNG

map.xlim

A numeric vector. Map's min & max longitude

map.ylim

A numeric vector. Map's min & max latitude

map.height

A numeirc. Map image size

map.width

A numeirc. Map image size

stations.df

A data.frame with metereological station data. It must contain at least the columns c("name", "lon", "lat")

plot2file

A logical. Should the plot be stored as a file

Value

A list. The path to the created files

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/cqmaTools documentation built on Dec. 12, 2023, 9:25 a.m.