File: clustered.Rd

package info (click to toggle)
r-cran-densityclust 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: cpp: 175; sh: 12; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/densityClust.R
\name{clustered}
\alias{clustered}
\alias{clustered.densityCluster}
\title{Check whether a densityCluster object have been clustered}
\usage{
clustered(x)

\method{clustered}{densityCluster}(x)
}
\arguments{
\item{x}{A densityCluster object}
}
\value{
\code{TRUE} if \code{\link[=findClusters]{findClusters()}} have been performed, otherwise
\code{FALSE}
}
\description{
This function checks whether \code{\link[=findClusters]{findClusters()}} has been performed on
the given object and returns a boolean depending on the outcome
}