Description Usage Arguments Details Value Examples
View source: R/spectrophoto_bar.R
The spectrophoto_bar function easily gives an overview of your spectrophotography measurements, per group.
1 | spectrophoto_bar(data, x, y)
|
data |
the desired dataset |
x |
the x-axis variable |
y |
the y-axis variable |
Note: for the example, no actual spectophotography data was used. It's just an example of what the output should look like.
bar graph
1 | spectrophoto_bar(iris, iris$Species, iris$Sepal.Length)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.