a b/man/prepExampleDataset.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/internal-functions.R
3
\name{prepExampleDataset}
4
\alias{prepExampleDataset}
5
\title{Prepare Example Dataset}
6
\usage{
7
prepExampleDataset(dataset, save = TRUE)
8
}
9
\arguments{
10
\item{dataset}{Dataset used for transformation}
11
12
\item{save}{save results?}
13
}
14
\value{
15
Two rda files, ones for K-means clustering and another for
16
Model-based clustering.
17
}
18
\description{
19
Internal function that prepares a pre-treated dataset for use in
20
several examples
21
}
22
\details{
23
This function serves the purpose of treating datasets such as
24
valuesG1msReduced to reduce examples of other functions by bypassing some
25
analysis steps covered in the vignettes.
26
}
27
\author{
28
Waldir Leoncio
29
}