Nothing
## ===========================================================================
## qaGraph
## ---------------------------------------------------------------------------
## display details about image files
setMethod("show", signature("qaGraph"),
function(object)
cat("QA process image information\n")
)
## return file names
setMethod("names", signature("qaGraph"),
function(x){
if(length(x@fileNames)==0)
return(NULL)
basename(x@fileNames["bitmap"])
})
## ===========================================================================
## qaGraphList
## ---------------------------------------------------------------------------
## display details about list
setMethod("show", signature("qaGraphList"),
function(object)
cat("List of", length(object), "images\n")
)
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.