From 8ca87aba4e7daa1fd2d99ecdacc1c8a47da2f656 Mon Sep 17 00:00:00 2001 From: Botond Sipos Date: Mon, 6 Jan 2014 16:22:33 +0000 Subject: [PATCH] Doc fix. --- CodonSubst.R | 2 -- pkg/man/CodonSubst.Rd | 2 -- 2 files changed, 4 deletions(-) diff --git a/CodonSubst.R b/CodonSubst.R index cc98697..158d973 100644 --- a/CodonSubst.R +++ b/CodonSubst.R @@ -37,8 +37,6 @@ # p<-CodonSubst() # # build rate matrix from paml file # # buildFromPAML(p,"path_to_paml_file") # do not run this -# # set a rate -# setRate(p,"A->D",2) # # get object summary # summary(p) # } diff --git a/pkg/man/CodonSubst.Rd b/pkg/man/CodonSubst.Rd index 604b4e3..bd43aa1 100644 --- a/pkg/man/CodonSubst.Rd +++ b/pkg/man/CodonSubst.Rd @@ -85,8 +85,6 @@ $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCa p<-CodonSubst() # build rate matrix from paml file # buildFromPAML(p,"path_to_paml_file") # do not run this - # set a rate - setRate(p,"A->D",2) # get object summary summary(p) }