ba_chart.ba_genomemaps_details: ba_chart.ba_genomemaps_details

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

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

Arguments

x

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

...

other plot parameters

Author(s)

Reinhard Simon

See Also

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

Examples

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

  # Need to connect to a database with genetic data

  # con <- ba_db()$xxxxx

  # gmd <- ba_genome_maps_details(con = con, ...)

  # gmd %>% ba_chart

  # dev.off()
}

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