Skip to content

Commit

Permalink
cleaned up summary.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Hamel authored and Lutz Hamel committed Jan 4, 2021
1 parent 4c0dfd1 commit dc62658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/summary.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ labels <- subset(iris,select=Species)
m <- map(df,labels,xdim=15,ydim=10,train=10000)
## compute a summary object and display it
s <- summary(m)
s <- summary(m,verb=FALSE)
s
}

0 comments on commit dc62658

Please sign in to comment.