vdiagram: V Diagram Report

Description Usage Arguments Examples

Description

V Diagram Report

Usage

1
2
3
4
vdiagram(data, ...)

## S4 method for signature 'list'
vdiagram(data, ...)

Arguments

data

Local data (as list), or URL.

...

addtional params passed to GET

Examples

1
2
3
4
5
library(jsonlite)
library(gsplot)
json_file <- system.file('extdata','vdiagram','vdiagram-example.json', package = 'repgen')
data <-fromJSON(json_file)
vdiagram(data, 'Author Name')

USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.