From b3f8d607af5df6b6f83cfa9082d1ef8b57600427 Mon Sep 17 00:00:00 2001 From: fmontoto Date: Sat, 24 Sep 2016 21:16:04 -0300 Subject: [PATCH] fix typo at tex generation --- benchmark/k2_trees/visualize/k2.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/k2_trees/visualize/k2.R b/benchmark/k2_trees/visualize/k2.R index a9bd19eb3..c9fd617f2 100644 --- a/benchmark/k2_trees/visualize/k2.R +++ b/benchmark/k2_trees/visualize/k2.R @@ -123,9 +123,9 @@ for(tc in unique(maindata$TC_ID)){ #adj-plot plot_time_figure(t(a),"\\tt{adj}", xlab=F) #neighbors-plot - plot_time_figure(t(neighbors),"\\tt{neighborsa}", xlab=F, xmax=xmax) + plot_time_figure(t(neighbors),"\\tt{neighbors}", xlab=F, xmax=xmax) #reverse_neighbors-plot - plot_time_figure(t(reverse_neighbors),"\\tt{reverse_neighborsa}",constructor=T, xlab=F, xmax=xmax) + plot_time_figure(t(reverse_neighbors),"\\tt{reverse_neighbors}",constructor=T, xlab=F, xmax=xmax) } else { #adj-plot