Description Usage Arguments Value
View source: R/plot_classify_folder.R
Plot barplot for classified images in a folder
1 2 3 4 5 6 7 | plot_classify.folder(
path,
N = 7,
cores = 1,
col = grDevices::grey(0.7),
method = "sd"
)
|
path |
path to folder |
N |
number of classes, default: 7 |
cores |
number of cores to use in parallel (needs parallel package if cores>1) |
col |
color of bars, either one or a vector of hex RGB characters |
method |
method for error bars ("sd", "minmax", "quartile") |
plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.