ba_chart.ba_locations: ba_chart.ba_locations

Description Usage Arguments Author(s) See Also Examples

Description

method for an object of class brapi_locations, which will only display the crop, database address:port and user

Usage

1
2
## S3 method for class 'ba_locations'
ba_chart(x, ...)

Arguments

x

a brapi_locations data.frame/tibble or a numeric vector of longitudes

...

other plot parameters

Author(s)

Reinhard Simon

See Also

Other brapiutils: ba_chart.ba_genomemaps_details, ba_chart.ba_genomemaps, ba_chart, ba_describe.ba_locations, ba_describe

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
if (interactive()) {
  library(brapi)
  library(magrittr)
  library(maps)

  library(brapi)

  # Need to connect to a database with genetic data

  # con <- ba_db()$xxxxx

  # bbl <- ba_locations(con = con, ...)

  # ba_chart(bbl)
  # dev.off()
}

c5sire/brapix documentation built on May 28, 2019, 4:35 p.m.