File: length-methods.R

package info (click to toggle)
r-cran-apcluster 1.4.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: cpp: 1,258; ansic: 346; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
setMethod("length", signature(x="APResult"), function(x) length(x@exemplars))

setMethod("length", signature(x="AggExResult"), function(x) x@maxNoClusters)

setMethod("length", signature(x="ExClust"), function(x) length(x@exemplars))