Nothing
BiocStyle::markdown()
Last modified: r file.info("HowToUse.Rmd")$mtime
Compiled: r date()
library(GoogleImage2Array) library(EBImage) library(magrittr)
GoogleImage2array function provide an array of images via google image search.
#Search by persian cat query <- "persian cat" CatImg <- GoogleImage2array(query) #show info str(CatImg) #Search by Shiba inu query <- "Shiba inu" DogImg <- GoogleImage2array(query) #show info str(DogImg) #Bind arrays ImgDat <- unname(EBImage::abind(CatImg$array, DogImg$array, along=1)) #show info str(ImgDat)
display.array show a result as a tiled image.
#show CatImg display.array(CatImg) #show DogImg display.array(DogImg)
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.