From 76ec63ec531b033008000c70e57a25a4c5bcb864 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 23 Oct 2014 08:28:57 -0700 Subject: [PATCH 1/1] fix position strings typo --- R/plot.clustal.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot.clustal.R b/R/plot.clustal.R index 83c9b94..f975873 100644 --- a/R/plot.clustal.R +++ b/R/plot.clustal.R @@ -169,7 +169,7 @@ plot.clustal <- function(clustal,tree=NULL,refseq=1,refseq.start=1) { ## plot the position strings position.strings <- seq(refseq.start,by=1,length.out=ncol(clustal)) if(length(position.strings) < 10) { - wanted.position.strings <- postiion.strings %% 2 == 0 + wanted.position.strings <- position.strings %% 2 == 0 } else { wanted.position.strings <- position.strings %% 5 == 0 } -- 2.39.2