powered by
Write object and capture file information
Graph(file.name = "data.csv", description = "Result file", write.fcn = guessWriteFcn(file.name), date = FALSE, ...)
file to write to the source "Result" directory
describes object to write
function for writing file of object type. Will open graphics device.
logical for adding date to filename
arguments passed to write.fcn
File information list
# NOT RUN { # Within adapr R Script body: Graph("hist.pdf","Gaussian RV") hist(rnorm(100)) dev.off() # }
Run the code above in your browser using DataLab