From 50b52b707ea3d02a26b42554a424c3983f16aa58 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 27 Mar 2018 13:57:25 +0100 Subject: fix examples after testing them all --- man/plot.gensvm.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/plot.gensvm.Rd') diff --git a/man/plot.gensvm.Rd b/man/plot.gensvm.Rd index b597e18..e28a108 100644 --- a/man/plot.gensvm.Rd +++ b/man/plot.gensvm.Rd @@ -51,9 +51,9 @@ plot(fit, x, y.true=y) # plot only misclassified samples x.mis <- x[predict(fit, x) != y, ] -y.mis.true <- y[predict(fit, x) != y, ] -plot(fit, x.bad) -plot(fit, x.bad, y.true=y.mis.true) +y.mis.true <- y[predict(fit, x) != y] +plot(fit, x.mis) +plot(fit, x.mis, y.true=y.mis.true) } \author{ -- cgit v1.2.3