Description Usage Arguments Value Examples
Use the summary function to analyse the red, green and blue components of colorspace library RGB values.
1 | summaryRgb(rgbs)
|
rgbs |
colorspace library RGB values |
A list with summaries for the R, G and B values.
1 2 3 4 5 6 7 | library(CulturalAnalytics)
library(jpeg)
imgdir<-paste(system.file(package = "CulturalAnalytics"), "images", sep = "/")
imgs<-paste(imgdir, dir(path = imgdir, pattern = ".jpg"), sep = "/")
img<-readJPEG(imgs[1])
rgbs<-imageToRgb(img)
summaryrgb<-summaryRgb(rgbs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.