1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
# Generated by roxygen2: do not edit by hand
S3method(funByBlocks,default)
S3method(funByBlocks,opt.more.par)
S3method(funByBlocks,optMorePar)
S3method(plot,check.these.par)
S3method(plot,crit.fun)
S3method(plot,critFun)
S3method(plot,mat)
S3method(plot,opt.more.par)
S3method(plot,opt.more.par.mode)
S3method(plot,opt.par)
S3method(plot,opt.par.mode)
S3method(plot,optMorePar)
S3method(plot,optMoreParMode)
S3method(plot,optPar)
S3method(plot,optParMode)
S3method(print,optMorePar)
export(EM)
export(IM)
export(REGD.for)
export(REGD.ne.for)
export(REGD.ow.for)
export(REGE)
export(REGE.FC)
export(REGE.FC.ow)
export(REGE.for)
export(REGE.ne.for)
export(REGE.nm.diag.for)
export(REGE.nm.for)
export(REGE.nm.ne.for)
export(REGE.ow)
export(REGE.ow.for)
export(REGE.ow.ne.for)
export(REGE.ownm.diag.for)
export(REGE.ownm.for)
export(REGE.ownm.ne.for)
export(RF)
export(ad)
export(canClu)
export(canCluUniqe)
export(clu)
export(crand)
export(crand2)
export(critFunC)
export(err)
export(expandMat)
export(find.cut)
export(find.m)
export(find.m2)
export(formatA)
export(fun.by.blocks)
export(funByBlocks)
export(genMatrixMult)
export(genRandomPar)
export(gplot1)
export(gplot2)
export(ircNorm)
export(loadmatrix)
export(loadnetwork)
export(loadnetwork2)
export(loadnetwork3)
export(loadnetwork4)
export(loadpajek)
export(loadvector)
export(loadvector2)
export(nanRep)
export(nkpar)
export(nkpartitions)
export(one2two)
export(optParC)
export(optRandomParC)
export(orderClu)
export(partitions)
export(plot.mat)
export(plotArray)
export(plotMat)
export(plotMatNm)
export(printBlocks)
export(rand)
export(rand2)
export(recode)
export(relInv)
export(relInv2)
export(reorderImage)
export(savematrix)
export(savenetwork)
export(savevector)
export(sedist)
export(splitClu)
export(splitCluRes)
export(ss)
export(ssNa)
export(two2one)
export(unlistClu)
export(unlistCluInt)
import(Matrix)
import(methods)
import(parallel)
importFrom(grDevices,gray)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,runif)
importFrom(utils,citation)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(blockmodeling, .registration = TRUE)
|