# HG changeset patch # User pieter.lukasse@wur.nl # Date 1418305528 -3600 # Node ID 543958f75e83a7e37d2c3f480069baeb4fb9958e # Parent 10f3cb998c4ef17d5736f7de65fd1f63f27a4fb6 small fix diff -r 10f3cb998c4e -r 543958f75e83 xcms_differential_analysis.r --- a/xcms_differential_analysis.r Thu Dec 11 14:32:19 2014 +0100 +++ b/xcms_differential_analysis.r Thu Dec 11 14:45:28 2014 +0100 @@ -50,7 +50,7 @@ # info: levels(xcmsSet@phenoData$class) also gives access to the class names dir.create(file.path(args.htmlReportFile.files_path), showWarnings = FALSE, recursive = TRUE) # set cairo as default for png plots: - x11 = function (...) grDevices::x11(...,type='cairo') + png = function (...) grDevices::png(...,type='cairo') # run diffreport reporttab <- diffreport(xsetData, args.class1, args.class2, paste(args.htmlReportFile.files_path,"/fig", sep=""), args.topcount, metlin = 0.15, h=480, w=640)