Nothing
if (!interactive()) png("applyQC.png", unit="in", width=7, height=3.92, pointsize=11, res=100)
oldpar <- par(no.readonly=TRUE)
par(mfrow=c(1,2), mar=c(3,3,1,1))
library(argoFloats)
# Contrast TS diagrams for raw and flag-handled data
data(index)
index1 <- subset(index, ID='1901584')
argos <- readProfiles(getProfiles(index1))
clean <- applyQC(argos)
par(mfrow=c(1, 2))
plot(argos, which="TS")
plot(clean, which="TS")
par(oldpar)
if (!interactive()) dev.off()
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.