fb_heatmap: Generate a heatmap of field data

Description Usage Arguments Examples

View source: R/fb_heatmap.R

Description

Creates a heatmap image for each numeric trait in an fbt object .

Usage

1
fb_heatmap(fbt, traits)

Arguments

fbt

A Field Book Table object.

traits

A character vector specifying the trait to plot. Defaults to all numeric traits.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data("fbt_sample")

# Plot the trait 'Continuous'
fb_heatmap(fbt = fbt_sample, traits = "Continuous")

# Plot all traits
fb_heatmap(fbt = fbt_sample)

## End(Not run)

neyhartj/fbutils documentation built on Feb. 10, 2020, 1:45 p.m.