PREPARE THE FILES
-
If you downloaded handwriting samples from the CSAFE Handwriting Database, the samples are ready to go so click Next. Otherwise, keep reading.
+
If you downloaded handwriting samples from the CSAFE Handwriting Database, the samples are ready to go, so click Next. Otherwise, keep reading.
Save the Images as PNG
Save the handwriting samples as PNG images.
Rename the Files
diff --git a/man/handwriterApp.Rd b/man/handwriterApp.Rd
new file mode 100644
index 0000000..edc4f5c
--- /dev/null
+++ b/man/handwriterApp.Rd
@@ -0,0 +1,23 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/app.R
+\name{handwriterApp}
+\alias{handwriterApp}
+\title{Handwriter Application}
+\usage{
+handwriterApp(...)
+}
+\arguments{
+\item{...}{Other arguments passed on to \code{onStart}, \code{options},
+\code{uiPattern}, or \code{enableBookmarking} of \code{shiny::shinyApp}}
+}
+\description{
+Lauch a Shiny App for the \code{handwriter} R package.
+}
+\examples{
+## Only run this example in interactive R sessions
+if (interactive()) {
+ options(device.ask.default = FALSE)
+ handwriterApp()
+}
+
+}
diff --git a/man/templateK40.Rd b/man/templateK40.Rd
index 3fa6fca..921f651 100644
--- a/man/templateK40.Rd
+++ b/man/templateK40.Rd
@@ -46,9 +46,14 @@ called \emph{graphs}. The graphs are sorted into 40 clusters with a K-Means
algorithm. See the handwriter R package for more details.
}
\examples{
-# view cluster fill counts for the template training documents
-template_data <- handwriter::format_template_data(templateK8)
-handwriter::plot_cluster_fill_counts(template_data, facet = TRUE)
+# view number of clusters
+templateK40$K
+
+# view number of iterations
+templateK40$iters
+
+# view cluster centers
+templateK40$centers
}
\keyword{datasets}