R/plotCNOlistPDF.R

Defines functions plotCNOlistPDF

Documented in plotCNOlistPDF

#
#  This file is part of the CNO software
#
#  Copyright (c) 2011-2012 - EMBL - European Bioinformatics Institute
#
#  File author(s): CNO developers (cno-dev@ebi.ac.uk)
#
#  Distributed under the GPLv3 License.
#  See accompanying file LICENSE.txt or copy at
#      http://www.gnu.org/licenses/gpl-3.0.html
#
#  CNO website: http://www.cellnopt.org
#
##############################################################################
# $Id: plotCNOlistPDF.R 3155 2013-01-09 15:24:58Z cokelaer $
plotCNOlistPDF <-
function(CNOlist,filename){
	pdf(file=filename,width=14,height=7)
	plotCNOlist(CNOlist)
	dev.off()
	}

Try the CellNOptR package in your browser

Any scripts or data that you put into this service are public.

CellNOptR documentation built on Nov. 8, 2020, 6:58 p.m.