• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_s.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005   class HFile_s extends HFile{
00006    function HFile_s(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // S/S+
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "1";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("blue", "blue", "purple", "brown", "gray", "purple", "gray", "brown");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array("{");
00028 $this->unindent                 = array("}");
00029 
00030 // String characters and delimiters
00031 
00032 $this->stringchars              = array("\"", "'");
00033 $this->delimiters               = array(".", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "      ", " ", "?", "  ");
00034 $this->escchar                  = "";
00035 
00036 // Comment settings
00037 
00038 $this->linecommenton            = array("//");
00039 $this->blockcommenton           = array("/*");
00040 $this->blockcommentoff          = array("*/");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "$" => "5", 
00046                         "->" => "1", 
00047                         ":" => "1", 
00048                         "<<-" => "1", 
00049                         "abbreviate" => "1", 
00050                         "aggregate" => "5", 
00051                         "aggregate.data.frame" => "5", 
00052                         "aggregate.default" => "5", 
00053                         "aov.object" => "6", 
00054                         "aovlist.object" => "6", 
00055                         "append" => "1", 
00056                         "array" => "5", 
00057                         "as" => "1", 
00058                         "as.array" => "5", 
00059                         "as.character" => "1", 
00060                         "as.complex" => "5", 
00061                         "as.double" => "8", 
00062                         "as.factor" => "1", 
00063                         "as.function" => "8", 
00064                         "as.integer" => "8", 
00065                         "as.list" => "5", 
00066                         "as.logical" => "5", 
00067                         "as.matrix" => "1", 
00068                         "as.name" => "8", 
00069                         "as.null" => "8", 
00070                         "as.numeric" => "1", 
00071                         "as.ordered" => "1", 
00072                         "as.single" => "1", 
00073                         "as.ts" => "3", 
00074                         "as.variable" => "1", 
00075                         "as.vector" => "1", 
00076                         "AsciiToInt" => "2", 
00077                         "assign" => "8", 
00078                         "assign.default" => "8", 
00079                         "Assignment" => "1", 
00080                         "attach" => "1", 
00081                         "attach.data.frame" => "1", 
00082                         "attach.default" => "1", 
00083                         "attach.pframe" => "1", 
00084                         "attr" => "1", 
00085                         "attributes" => "1", 
00086                         "binomial" => "1", 
00087                         "by" => "5", 
00088                         "by.data.frame" => "5", 
00089                         "by.default" => "5", 
00090                         "c" => "5", 
00091                         "casefold" => "1", 
00092                         "cat" => "7", 
00093                         "cbind" => "5", 
00094                         "cbind.data.frame" => "1", 
00095                         "character" => "1", 
00096                         "charmatch" => "8", 
00097                         "chron" => "1", 
00098                         "class" => "1", 
00099                         "codes" => "1", 
00100                         "col" => "5", 
00101                         "colMeans" => "5", 
00102                         "colSums" => "5", 
00103                         "colVars" => "5", 
00104                         "complex" => "1", 
00105                         "conflicts" => "1", 
00106                         "count.fields" => "1", 
00107                         "coxph.object" => "6", 
00108                         "crosstabs" => "3", 
00109                         "cts" => "3", 
00110                         "cusum.object" => "6", 
00111                         "cut" => "1", 
00112                         "cut.dates" => "1", 
00113                         "cut.default" => "1", 
00114                         "data" => "1", 
00115                         "data.class" => "1", 
00116                         "data.dump" => "1", 
00117                         "data.ed" => "1", 
00118                         "data.frame.object" => "6", 
00119                         "data.restore" => "1", 
00120                         "database.attr" => "1", 
00121                         "database.object" => "1", 
00122                         "database.status" => "1", 
00123                         "database.type" => "1", 
00124                         "dates" => "1", 
00125                         "day.of.week" => "1", 
00126                         "days" => "1", 
00127                         "dbdetach" => "1", 
00128                         "dbexists" => "1", 
00129                         "dbobjects" => "1", 
00130                         "dbobjects.default" => "1", 
00131                         "dbread" => "1", 
00132                         "dbremove" => "1", 
00133                         "dbwrite" => "1", 
00134                         "design.object" => "6", 
00135                         "detach" => "1", 
00136                         "dget" => "7", 
00137                         "dim" => "5", 
00138                         "dim<-" => "5", 
00139                         "dimnames" => "5", 
00140                         "dos" => "1", 
00141                         "double" => "8", 
00142                         "dput" => "7", 
00143                         "dump" => "1", 
00144                         "duplicated" => "1", 
00145                         "ed" => "1", 
00146                         "Edit" => "1", 
00147                         "Edit.data" => "1", 
00148                         "emacs" => "1", 
00149                         "exists" => "1", 
00150                         "exists.default" => "1", 
00151                         "factanal.object" => "6", 
00152                         "factor" => "1", 
00153                         "family" => "1", 
00154                         "family.default" => "1", 
00155                         "family.object" => "6", 
00156                         "file.exists" => "8", 
00157                         "files.in.dir" => "8", 
00158                         "find" => "1", 
00159                         "First" => "8", 
00160                         "First.lib" => "1", 
00161                         "First.local" => "8", 
00162                         "fix" => "8", 
00163                         "format" => "7", 
00164                         "format.dates" => "1", 
00165                         "format.default" => "7", 
00166                         "formula.object" => "6", 
00167                         "gam.object" => "6", 
00168                         "Gamma" => "1", 
00169                         "gaussian" => "1", 
00170                         "get" => "1", 
00171                         "get.default" => "1", 
00172                         "getenv" => "1", 
00173                         "glim" => "3", 
00174                         "glim.print" => "7", 
00175                         "glm.object" => "6", 
00176                         "grep" => "1", 
00177                         "guiFirst" => "8", 
00178                         "guiFirst.local" => "8", 
00179                         "hours" => "1", 
00180                         "htest.object" => "6", 
00181                         "html.table" => "1", 
00182                         "ifelse" => "5", 
00183                         "integer" => "8", 
00184                         "intersect" => "5", 
00185                         "inverse.gaussian" => "1", 
00186                         "is" => "1", 
00187                         "is.all.white" => "1", 
00188                         "is.array" => "5", 
00189                         "is.atomic" => "8", 
00190                         "is.character" => "1", 
00191                         "is.complex" => "5", 
00192                         "is.cts" => "3", 
00193                         "is.dir" => "8", 
00194                         "is.double" => "8", 
00195                         "is.element" => "5", 
00196                         "is.factor" => "1", 
00197                         "is.function" => "8", 
00198                         "is.integer" => "8", 
00199                         "is.language" => "8", 
00200                         "is.list" => "5", 
00201                         "is.logical" => "5", 
00202                         "is.matrix" => "5", 
00203                         "is.na" => "5", 
00204                         "is.name" => "8", 
00205                         "is.null" => "8", 
00206                         "is.numeric" => "1", 
00207                         "is.ordered" => "1", 
00208                         "is.recursive" => "8", 
00209                         "is.single" => "1", 
00210                         "is.ts" => "3", 
00211                         "is.vector" => "1", 
00212                         "jitter" => "5", 
00213                         "julian" => "1", 
00214                         "Last" => "8", 
00215                         "Last.lib" => "1", 
00216                         "leap.year" => "1", 
00217                         "length" => "5", 
00218                         "levels" => "1", 
00219                         "levels.factor" => "1", 
00220                         "levels<-.factor" => "1", 
00221                         "library" => "1", 
00222                         "list" => "5", 
00223                         "lm.object" => "6", 
00224                         "lms.object" => "6", 
00225                         "loadings.object" => "6", 
00226                         "loess.object" => "6", 
00227                         "logical" => "5", 
00228                         "loglin" => "3", 
00229                         "lts.object" => "6", 
00230                         "make.fields" => "1", 
00231                         "maov.object" => "6", 
00232                         "masked" => "1", 
00233                         "match" => "1", 
00234                         "mcd.object" => "6", 
00235                         "menuMergeDataFrame" => "1", 
00236                         "menuPdist" => "1", 
00237                         "menuRdist" => "1", 
00238                         "menuSample" => "1", 
00239                         "menuTable" => "1", 
00240                         "merge" => "5", 
00241                         "merge.data.frame" => "5", 
00242                         "merge.default" => "5", 
00243                         "merge.levels" => "1", 
00244                         "methods" => "1", 
00245                         "minutes" => "1", 
00246                         "mkdir" => "8", 
00247                         "mlm" => "6", 
00248                         "mlm.object" => "6", 
00249                         "mode" => "8", 
00250                         "module" => "1", 
00251                         "month.day.year" => "1", 
00252                         "months" => "1", 
00253                         "mve" => "1", 
00254                         "mve.object" => "6", 
00255                         "na.fail" => "1", 
00256                         "na.include" => "1", 
00257                         "na.omit" => "1", 
00258                         "names" => "5", 
00259                         "nchar" => "1", 
00260                         "ncol" => "5", 
00261                         "new.database" => "1", 
00262                         "NextMethod" => "8", 
00263                         "nrow" => "5", 
00264                         "null" => "8", 
00265                         "numeric" => "1", 
00266                         "objcopy" => "8", 
00267                         "objdiff" => "8", 
00268                         "objects" => "1", 
00269                         "objects.summary" => "1", 
00270                         "Ops.data.frame" => "1", 
00271                         "Ops.factor" => "1", 
00272                         "Ops.ordered" => "1", 
00273                         "order" => "1", 
00274                         "ordered" => "1", 
00275                         "ordered<-" => "1", 
00276                         "ordered<-.default" => "1", 
00277                         "origin" => "1", 
00278                         "paste" => "1", 
00279                         "pframe" => "6", 
00280                         "pframe.object" => "6", 
00281                         "pmatch" => "1", 
00282                         "poisson" => "1", 
00283                         "princomp.object" => "6", 
00284                         "print.char.matrix" => "7", 
00285                         "print.crosstabs" => "7", 
00286                         "print.objects.summary" => "1", 
00287                         "qcc.object" => "6", 
00288                         "quarters" => "1", 
00289                         "quasi" => "1", 
00290                         "rbind" => "5", 
00291                         "rbind.data.frame" => "1", 
00292                         "read.from.clipboard" => "1", 
00293                         "read.table" => "1", 
00294                         "readline" => "8", 
00295                         "regexpr" => "1", 
00296                         "remove" => "1", 
00297                         "rep" => "1", 
00298                         "rep.int" => "1", 
00299                         "replace" => "1", 
00300                         "rev" => "5", 
00301                         "rle" => "1", 
00302                         "rm" => "1", 
00303                         "rmdir" => "8", 
00304                         "row" => "5", 
00305                         "row.names" => "1", 
00306                         "row.names<-" => "1", 
00307                         "rowMeans" => "5", 
00308                         "Rows" => "1", 
00309                         "rowsum" => "5", 
00310                         "rowSums" => "5", 
00311                         "rowVars" => "5", 
00312                         "scan" => "1", 
00313                         "search" => "1", 
00314                         "seconds" => "1", 
00315                         "seq" => "1", 
00316                         "seq.dates" => "1", 
00317                         "seq.default" => "1", 
00318                         "setdiff" => "5", 
00319                         "shewhart.object" => "6", 
00320                         "single" => "1", 
00321                         "sink" => "1", 
00322                         "sink.number" => "1", 
00323                         "slice.index" => "5", 
00324                         "sort" => "1", 
00325                         "sort.list" => "1", 
00326                         "source" => "1", 
00327                         "split" => "5", 
00328                         "storage.mode" => "8", 
00329                         "string.bounding.box" => "1", 
00330                         "string.break.line" => "1", 
00331                         "structure" => "1", 
00332                         "Subscript" => "5", 
00333                         "Subscript.data.frame" => "1", 
00334                         "Subscript.factor" => "1", 
00335                         "Subscript.tree" => "3", 
00336                         "substring" => "1", 
00337                         "table" => "1", 
00338                         "tabulate" => "1", 
00339                         "tapply" => "5", 
00340                         "tempfile" => "8", 
00341                         "terms.object" => "6", 
00342                         "tree.object" => "6", 
00343                         "tree.sequence.object" => "6", 
00344                         "true.file.name" => "1", 
00345                         "ts" => "3", 
00346                         "tsp" => "3", 
00347                         "unclass" => "1", 
00348                         "union" => "5", 
00349                         "unique" => "1", 
00350                         "unlink" => "8", 
00351                         "unlist" => "5", 
00352                         "UseMethod" => "8", 
00353                         "varcomp.object" => "3", 
00354                         "vector" => "1", 
00355                         "vi" => "1", 
00356                         "weekdays" => "1", 
00357                         "which" => "5", 
00358                         "write" => "1", 
00359                         "write.table" => "7", 
00360                         "write.to.clipboard" => "1", 
00361                         "years" => "1", 
00362                         "zapsmall" => "7", 
00363                         "[" => "5", 
00364                         "[.cts" => "3", 
00365                         "[.data.frame" => "1", 
00366                         "[.factor" => "1", 
00367                         "[.its" => "3", 
00368                         "[.rts" => "3", 
00369                         "[.tree" => "3", 
00370                         "[<-" => "5", 
00371                         "[<-.data.frame" => "1", 
00372                         "[<-.factor" => "1", 
00373                         "[[" => "5", 
00374                         "[[.data.frame" => "1", 
00375                         "[[<-" => "5", 
00376                         "[[<-.data.frame" => "1", 
00377                         "_" => "1", 
00378                         "abline" => "2", 
00379                         "abline.default" => "2", 
00380                         "acf" => "3", 
00381                         "acf.plot" => "3", 
00382                         "approx" => "5", 
00383                         "arima.diag.plot" => "3", 
00384                         "arrows" => "2", 
00385                         "as.shingle" => "2", 
00386                         "axes" => "2", 
00387                         "axis" => "2", 
00388                         "banking" => "2", 
00389                         "barchart" => "2", 
00390                         "barley" => "2", 
00391                         "barplot" => "2", 
00392                         "biplot" => "3", 
00393                         "biplot.default" => "3", 
00394                         "biplot.factanal" => "3", 
00395                         "biplot.princomp" => "3", 
00396                         "box" => "2", 
00397                         "boxes" => "2", 
00398                         "boxplot" => "2", 
00399                         "brush" => "3", 
00400                         "bwplot" => "2", 
00401                         "bwps.trellis" => "2", 
00402                         "bxp" => "2", 
00403                         "chull" => "5", 
00404                         "close.screen" => "2", 
00405                         "cloud" => "2", 
00406                         "clusplot" => "3", 
00407                         "clusplot.default" => "3", 
00408                         "clusplot.partition" => "3", 
00409                         "co.intervals" => "2", 
00410                         "color.key" => "2", 
00411                         "colorps.trellis" => "2", 
00412                         "contour" => "3", 
00413                         "contour.old" => "3", 
00414                         "contourplot" => "2", 
00415                         "coplot" => "3", 
00416                         "County" => "2", 
00417                         "dating" => "2", 
00418                         "density" => "4", 
00419                         "densityplot" => "2", 
00420                         "dev.ask" => "2", 
00421                         "dev.control" => "2", 
00422                         "dev.copy" => "2", 
00423                         "dev.cur" => "2", 
00424                         "dev.list" => "2", 
00425                         "dev.next" => "2", 
00426                         "dev.off" => "2", 
00427                         "dev.prev" => "2", 
00428                         "dev.print" => "2", 
00429                         "dev.set" => "2", 
00430                         "Device" => "2", 
00431                         "Device.Default" => "2", 
00432                         "Devices" => "2", 
00433                         "dotchart" => "2", 
00434                         "dotplot" => "2", 
00435                         "double.buffer" => "2", 
00436                         "environmental" => "2", 
00437                         "equal.count" => "2", 
00438                         "erase.screen" => "2", 
00439                         "error.bar" => "2", 
00440                         "example" => "2", 
00441                         "example.bwplot" => "2", 
00442                         "example.calendar" => "2", 
00443                         "example.cloud" => "2", 
00444                         "example.contour" => "2", 
00445                         "example.coplot.fit" => "2", 
00446                         "example.coplot.one" => "2", 
00447                         "example.coplot.three" => "2", 
00448                         "example.coplot.two" => "2", 
00449                         "example.coplot2.fit" => "2", 
00450                         "example.density" => "2", 
00451                         "example.difscale" => "2", 
00452                         "example.dotplot" => "2", 
00453                         "example.draping" => "2", 
00454                         "example.draping2" => "2", 
00455                         "example.ecount" => "2", 
00456                         "example.frames2" => "2", 
00457                         "example.given" => "2", 
00458                         "example.histo" => "2", 
00459                         "example.level" => "2", 
00460                         "example.level.fit" => "2", 
00461                         "example.levelplot" => "2", 
00462                         "example.normal.qq" => "2", 
00463                         "example.oneway" => "2", 
00464                         "example.overplot" => "2", 
00465                         "example.pages" => "2", 
00466                         "example.parallel" => "2", 
00467                         "example.qqplot" => "2", 
00468                         "example.qqpool" => "2", 
00469                         "example.quantile" => "2", 
00470                         "example.reorder" => "2", 
00471                         "example.rfs" => "2", 
00472                         "example.robust" => "2", 
00473                         "example.shingle" => "2", 
00474                         "example.sl" => "2", 
00475                         "example.slice.box" => "2", 
00476                         "example.smooth" => "2", 
00477                         "example.splom" => "2", 
00478                         "example.splom2" => "2", 
00479                         "example.splom3" => "2", 
00480                         "example.strip" => "2", 
00481                         "example.tmd" => "2", 
00482                         "example.units.cm" => "2", 
00483                         "example.wire" => "2", 
00484                         "example.wire2" => "2", 
00485                         "faces" => "3", 
00486                         "frame" => "2", 
00487                         "fusion.time" => "2", 
00488                         "ganglion" => "2", 
00489                         "graphics.off" => "2", 
00490                         "graphsheet" => "2", 
00491                         "graphsheet.options" => "2", 
00492                         "guiLocator" => "2", 
00493                         "hamster" => "2", 
00494                         "hex.legend" => "2", 
00495                         "hexagons" => "2", 
00496                         "hist" => "2", 
00497                         "hist.factor" => "2", 
00498                         "hist2d" => "3", 
00499                         "histogram" => "2", 
00500                         "hpgl" => "2", 
00501                         "identify" => "2", 
00502                         "identify.cusum" => "2", 
00503                         "identify.default" => "2", 
00504                         "identify.hexbin" => "2", 
00505                         "identify.shewhart" => "2", 
00506                         "identify.tree" => "3", 
00507                         "image" => "2", 
00508                         "image.legend" => "2", 
00509                         "interaction.plot" => "3", 
00510                         "interp" => "2", 
00511                         "iris.trellis" => "2", 
00512                         "is.shingle" => "2", 
00513                         "key" => "2", 
00514                         "ksmooth" => "3", 
00515                         "labclust" => "3", 
00516                         "labels" => "7", 
00517                         "labels.default" => "7", 
00518                         "lag.plot" => "3", 
00519                         "legend" => "2", 
00520                         "levelplot" => "2", 
00521                         "lines" => "2", 
00522                         "locator" => "2", 
00523                         "locator.2dtrellis" => "2", 
00524                         "lowess" => "3", 
00525                         "map" => "2", 
00526                         "mapproject" => "2", 
00527                         "matlines" => "5", 
00528                         "matplot" => "5", 
00529                         "matpoints" => "5", 
00530                         "melanoma" => "2", 
00531                         "menu" => "2", 
00532                         "monthplot" => "3", 
00533                         "mstree" => "5", 
00534                         "mtext" => "2", 
00535                         "mulbar" => "3", 
00536                         "oneway" => "2", 
00537                         "pairs" => "3", 
00538                         "pairs.data.frame" => "3", 
00539                         "pairs.default" => "3", 
00540                         "panel" => "2", 
00541                         "panel.abline" => "2", 
00542                         "panel.barchart" => "2", 
00543                         "panel.bwplot" => "2", 
00544                         "panel.cloud" => "2", 
00545                         "panel.contourplot" => "2", 
00546                         "panel.densityplot" => "2", 
00547                         "panel.dotplot" => "2", 
00548                         "panel.fill" => "2", 
00549                         "panel.grid" => "2", 
00550                         "panel.histogram" => "2", 
00551                         "panel.levelplot" => "2", 
00552                         "panel.lmline" => "2", 
00553                         "panel.loess" => "2", 
00554                         "panel.parallel" => "2", 
00555                         "panel.piechart" => "2", 
00556                         "panel.plot.shingle" => "2", 
00557                         "panel.qq" => "2", 
00558                         "panel.qqmath" => "2", 
00559                         "panel.qqmathline" => "2", 
00560                         "panel.smooth" => "2", 
00561                         "panel.splom" => "2", 
00562                         "panel.stripplot" => "2", 
00563                         "panel.superpose" => "2", 
00564                         "panel.tmd" => "2", 
00565                         "panel.wireframe" => "2", 
00566                         "panel.xyplot" => "2", 
00567                         "par" => "2", 
00568                         "parallel" => "2", 
00569                         "partition.tree" => "3", 
00570                         "path.tree" => "3", 
00571                         "pdf.graph" => "2", 
00572                         "persp" => "3", 
00573                         "persp.setup" => "2", 
00574                         "perspp" => "3", 
00575                         "pie" => "2", 
00576                         "piechart" => "2", 
00577                         "plclust" => "3", 
00578                         "plot" => "2", 
00579                         "plot.agnes" => "3", 
00580                         "plot.compare.fits" => "3", 
00581                         "plot.data.frame" => "2", 
00582                         "plot.default" => "2", 
00583                         "plot.design" => "3", 
00584                         "plot.diana" => "3", 
00585                         "plot.factor" => "3", 
00586                         "plot.gam" => "4", 
00587                         "plot.glm" => "4", 
00588                         "plot.hexbin" => "2", 
00589                         "plot.lmRobMM" => "3", 
00590                         "plot.lms" => "3", 
00591                         "plot.loadings" => "3", 
00592                         "plot.loess" => "3", 
00593                         "plot.lts" => "3", 
00594                         "plot.mlm" => "3", 
00595                         "plot.mona" => "3", 
00596                         "plot.multicomp" => "2", 
00597                         "plot.mve" => "3", 
00598                         "plot.partition" => "3", 
00599                         "plot.preplot.gam" => "4", 
00600                         "plot.preplot.loess" => "3", 
00601                         "plot.shingle" => "2", 
00602                         "plot.survfit" => "3", 
00603                         "plot.times" => "3", 
00604                         "plot.tree" => "3", 
00605                         "plot.varcomp" => "3", 
00606                         "plotfit" => "2", 
00607                         "plotlabels" => "7", 
00608                         "plotlabels.default" => "7", 
00609                         "pltree" => "3", 
00610                         "pltree.hierarchical" => "3", 
00611                         "points" => "2", 
00612                         "polarization" => "2", 
00613                         "polygon" => "2", 
00614                         "postscript" => "2", 
00615                         "ppoints" => "4", 
00616                         "prepanel.lmline" => "2", 
00617                         "prepanel.loess" => "2", 
00618                         "prepanel.qqmathline" => "2", 
00619                         "preplot" => "2", 
00620                         "preplot.loess" => "3", 
00621                         "pretty" => "2", 
00622                         "print.trellis" => "7", 
00623                         "printer" => "2", 
00624                         "prompt.screen" => "2", 
00625                         "ps.colors" => "2", 
00626                         "ps.fonts" => "2", 
00627                         "ps.region" => "2", 
00628                         "qq" => "2", 
00629                         "qqline" => "2", 
00630                         "qqmath" => "2", 
00631                         "qqnorm" => "4", 
00632                         "qqnorm.default" => "4", 
00633                         "qqplot" => "4", 
00634                         "quickvu" => "7", 
00635                         "range" => "5", 
00636                         "rayplot" => "2", 
00637                         "reorder.factor" => "2", 
00638                         "rfs" => "2", 
00639                         "rubber" => "2", 
00640                         "rug" => "2", 
00641                         "sablplot" => "3", 
00642                         "scatter.smooth" => "3", 
00643                         "screen" => "2", 
00644                         "screeplot" => "3", 
00645                         "screeplot.princomp" => "3", 
00646                         "segments" => "2", 
00647                         "shingle" => "2", 
00648                         "show" => "2", 
00649                         "show.settings" => "2", 
00650                         "singer" => "2", 
00651                         "smatrix" => "3", 
00652                         "spec.pgram" => "3", 
00653                         "spec.plot" => "3", 
00654                         "spectrum" => "3", 
00655                         "spin" => "3", 
00656                         "spline" => "5", 
00657                         "split.screen" => "2", 
00658                         "splom" => "2", 
00659                         "stamp" => "2", 
00660                         "stars" => "3", 
00661                         "starsymb" => "3", 
00662                         "State" => "2", 
00663                         "State.vbm" => "2", 
00664                         "state.vbm.center" => "2", 
00665                         "stem" => "4", 
00666                         "strip.default" => "2", 
00667                         "stripplot" => "2", 
00668                         "subplot" => "2", 
00669                         "symbols" => "2", 
00670                         "text" => "2", 
00671                         "text.default" => "2", 
00672                         "text.tree" => "3", 
00673                         "title" => "2", 
00674                         "tmd" => "2", 
00675                         "tree.screens" => "3", 
00676                         "trellis" => "2", 
00677                         "trellis.datasets" => "2", 
00678                         "trellis.device" => "2", 
00679                         "trellis.examples" => "2", 
00680                         "trellis.par.get" => "2", 
00681                         "trellis.par.set" => "2", 
00682                         "trellis.settings" => "2", 
00683                         "trellis.settings.bw" => "2", 
00684                         "trellis.settings.bwps" => "2", 
00685                         "trellis.settings.color" => "2", 
00686                         "trellis.settings.colorps" => "2", 
00687                         "trellis.settings.motif" => "2", 
00688                         "trellis.settings.winbwps" => "2", 
00689                         "trellis.settings.wincolorps" => "2", 
00690                         "trellis.settings.wingraph" => "2", 
00691                         "trellis.settings.winpcl" => "2", 
00692                         "tslines" => "3", 
00693                         "tsplot" => "3", 
00694                         "tspoints" => "3", 
00695                         "usa" => "2", 
00696                         "vu" => "7", 
00697                         "win.colorscheme" => "2", 
00698                         "wireframe" => "2", 
00699                         "World" => "2", 
00700                         "World.thin" => "2", 
00701                         "xyplot" => "2", 
00702                         "xysort" => "2", 
00703                         "ace" => "4", 
00704                         "acm" => "3", 
00705                         "acm.ave" => "3", 
00706                         "acm.filt" => "3", 
00707                         "acm.smo" => "3", 
00708                         "add.scope" => "3", 
00709                         "add1" => "3", 
00710                         "add1.lm" => "3", 
00711                         "add1.lmRobMM" => "3", 
00712                         "aggregate.cts" => "3", 
00713                         "aggregate.rts" => "3", 
00714                         "agnes" => "3", 
00715                         "agnes.object" => "3", 
00716                         "alias" => "3", 
00717                         "alias.aovlist" => "3", 
00718                         "alias.design" => "3", 
00719                         "alias.lm" => "3", 
00720                         "alias.mlm" => "3", 
00721                         "anova" => "3", 
00722                         "anova.censorReg" => "3", 
00723                         "anova.censorReg.list" => "3", 
00724                         "anova.censorRegList" => "3", 
00725                         "anova.gam" => "3", 
00726                         "anova.lme" => "3", 
00727                         "anova.lmRobMM" => "3", 
00728                         "anova.loess" => "3", 
00729                         "aov" => "3", 
00730                         "aov.genyates" => "3", 
00731                         "ar" => "3", 
00732                         "ar.burg" => "3", 
00733                         "ar.gm" => "3", 
00734                         "ar.yw" => "3", 
00735                         "arima" => "3", 
00736                         "arima.diag" => "3", 
00737                         "arima.filt" => "3", 
00738                         "arima.forecast" => "3", 
00739                         "arima.fracdiff" => "3", 
00740                         "arima.fracdiff.sim" => "3", 
00741                         "arima.fracdiff.var" => "3", 
00742                         "arima.mle" => "3", 
00743                         "arima.sim" => "3", 
00744                         "arima.td" => "3", 
00745                         "as.censor" => "3", 
00746                         "as.data.frame" => "3", 
00747                         "as.rts" => "3", 
00748                         "avas" => "4", 
00749                         "basis.tree" => "3", 
00750                         "biexp" => "3", 
00751                         "bladder" => "3", 
00752                         "browser.ms" => "3", 
00753                         "browser.tree" => "3", 
00754                         "burl.tree" => "3", 
00755                         "C" => "3", 
00756                         "cancor" => "3", 
00757                         "capacitor" => "3", 
00758                         "censor" => "3", 
00759                         "censorReg" => "3", 
00760                         "censorReg.check.code" => "3", 
00761                         "censorReg.control" => "3", 
00762                         "censorReg.distribution" => "3", 
00763                         "censorReg.good.data" => "3", 
00764                         "censorReg.make.Y" => "3", 
00765                         "censorReg.mlest" => "3", 
00766                         "censorReg.quantiles" => "3", 
00767                         "censorReg.wfit" => "3", 
00768                         "chb" => "3", 
00769                         "chi.weight" => "3", 
00770                         "clara" => "3", 
00771                         "clara.object" => "3", 
00772                         "clorder" => "3", 
00773                         "cluster" => "3", 
00774                         "cmdscale" => "3", 
00775                         "CO2" => "3", 
00776                         "CO2.func" => "3", 
00777                         "CO2.plot" => "3", 
00778                         "coef" => "3", 
00779                         "coef.default" => "3", 
00780                         "coef.lme" => "3", 
00781                         "coef.lmList" => "3", 
00782                         "coefficients" => "3", 
00783                         "compare.fits" => "3", 
00784                         "contr.helmert" => "3", 
00785                         "contr.poly" => "3", 
00786                         "contr.sum" => "3", 
00787                         "contr.treatment" => "3", 
00788                         "contrasts" => "3", 
00789                         "contrasts<-" => "3", 
00790                         "cor" => "5", 
00791                         "cor.lmRobMM" => "3", 
00792                         "cov" => "3", 
00793                         "cov.lmRobMM" => "3", 
00794                         "cov.mcd" => "6", 
00795                         "cov.mcd.default" => "3", 
00796                         "cov.mcd.formula" => "3", 
00797                         "cov.mve" => "6", 
00798                         "cov.mve.default" => "3", 
00799                         "cov.mve.formula" => "3", 
00800                         "cov.wt" => "3", 
00801                         "cox.zph" => "3", 
00802                         "coxph" => "3", 
00803                         "coxph.detail" => "3", 
00804                         "cutree" => "3", 
00805                         "cv.tree" => "3", 
00806                         "cycle" => "3", 
00807                         "daisy" => "3", 
00808                         "data.frame" => "3", 
00809                         "data.tree" => "3", 
00810                         "deltat" => "3", 
00811                         "demod" => "3", 
00812                         "deriv" => "5", 
00813                         "deriv.default" => "5", 
00814                         "design" => "3", 
00815                         "design.table" => "3", 
00816                         "deviance.tree" => "3", 
00817                         "diana" => "3", 
00818                         "diana.object" => "3", 
00819                         "diff" => "5", 
00820                         "discr" => "3", 
00821                         "dissimilarity.object" => "3", 
00822                         "dist" => "3", 
00823                         "dmvnorm" => "4", 
00824                         "DNase" => "3", 
00825                         "DNase.plot" => "3", 
00826                         "drop.scope" => "3", 
00827                         "drop1" => "3", 
00828                         "drop1.lm" => "3", 
00829                         "drop1.lmRobMM" => "3", 
00830                         "dummy.coef" => "3", 
00831                         "edit.tree" => "3", 
00832                         "eff.aovlist" => "3", 
00833                         "effects" => "3", 
00834                         "effects.lm" => "3", 
00835                         "end" => "3", 
00836                         "expand.grid" => "3", 
00837                         "f.phibf" => "3", 
00838                         "f.phis" => "3", 
00839                         "f.phisl" => "3", 
00840                         "fac.design" => "3", 
00841                         "factanal" => "3", 
00842                         "factanal.fit.mle" => "3", 
00843                         "factanal.fit.principal" => "3", 
00844                         "factanal.mle.control" => "3", 
00845                         "factanal.start.mle" => "3", 
00846                         "factor.names" => "3", 
00847                         "factor.names<-" => "3", 
00848                         "factor.scope" => "3", 
00849                         "fanny" => "3", 
00850                         "fanny.object" => "3", 
00851                         "Fatigue" => "3", 
00852                         "Fatigue.func" => "3", 
00853                         "Fatigue.plot" => "3", 
00854                         "fft" => "5", 
00855                         "filter" => "3", 
00856                         "first.order.log" => "3", 
00857                         "fitted" => "3", 
00858                         "fitted.default" => "3", 
00859                         "fitted.factanal" => "3", 
00860                         "fitted.values" => "3", 
00861                         "fixed.effects" => "3", 
00862                         "fixed.effects.lme" => "3", 
00863                         "fixed.effects.lmList" => "3", 
00864                         "formula.censorRegList" => "3", 
00865                         "fpl" => "3", 
00866                         "fractionate" => "3", 
00867                         "frequency" => "3", 
00868                         "friedman.test" => "4", 
00869                         "gam" => "4", 
00870                         "glm" => "3", 
00871                         "glm.control" => "3", 
00872                         "glm.fit" => "3", 
00873                         "glm.links" => "3", 
00874                         "glm.variances" => "3", 
00875                         "glm.weights" => "3", 
00876                         "graft.tree" => "3", 
00877                         "hat" => "3", 
00878                         "hclust" => "3", 
00879                         "heart" => "3", 
00880                         "hierarchical.object" => "3", 
00881                         "hist.tree" => "3", 
00882                         "Indometh" => "3", 
00883                         "Indometh.plot" => "3", 
00884                         "integrate" => "3", 
00885                         "interaction" => "3", 
00886                         "is.censor" => "3", 
00887                         "is.data.frame" => "3", 
00888                         "is.its" => "3", 
00889                         "is.random" => "3", 
00890                         "is.ratetable" => "3", 
00891                         "is.rts" => "3", 
00892                         "is.Surv" => "3", 
00893                         "its" => "3", 
00894                         "kaplanMeier" => "3", 
00895                         "kaplanMeier.fit" => "3", 
00896                         "kappa" => "3", 
00897                         "kappa.default" => "3", 
00898                         "kmeans" => "3", 
00899                         "kruskal.test" => "4", 
00900                         "l1fit" => "3", 
00901                         "lag" => "3", 
00902                         "leaps" => "3", 
00903                         "leukemia" => "3", 
00904                         "lines.survfit" => "3", 
00905                         "lm" => "3", 
00906                         "lm.fit" => "3", 
00907                         "lm.fit.chol" => "3", 
00908                         "lm.fit.qr" => "3", 
00909                         "lm.fit.svd" => "3", 
00910                         "lm.influence" => "3", 
00911                         "lme" => "3", 
00912                         "lme.control" => "3", 
00913                         "lme.formula" => "3", 
00914                         "lme.lmList" => "3", 
00915                         "lme.object" => "3", 
00916                         "lmList" => "3", 
00917                         "lmRobMM" => "3", 
00918                         "lmRobMM.effvy" => "3", 
00919                         "lmRobMM.genetic.control" => "3", 
00920                         "lmRobMM.object" => "6", 
00921                         "lmRobMM.robust.control" => "3", 
00922                         "lmRobMM.ucovcoef" => "3", 
00923                         "lmsreg" => "6", 
00924                         "lmsreg.default" => "3", 
00925                         "lmsreg.formula" => "3", 
00926                         "lo" => "4", 
00927                         "loadings" => "3", 
00928                         "loadings.default" => "3", 
00929                         "location.lms" => "3", 
00930                         "location.lts" => "3", 
00931                         "location.m" => "3", 
00932                         "loess" => "3", 
00933                         "loess.control" => "3", 
00934                         "loess.dfit" => "3", 
00935                         "loess.dfitse" => "3", 
00936                         "loess.ifit" => "3", 
00937                         "loess.ise" => "3", 
00938                         "loess.raw" => "3", 
00939                         "loess.smooth" => "3", 
00940                         "logistic" => "3", 
00941                         "ls.diag" => "3", 
00942                         "ls.print" => "7", 
00943                         "ls.summary" => "3", 
00944                         "lsfit" => "3", 
00945                         "ltsreg" => "6", 
00946                         "ltsreg.default" => "3", 
00947                         "ltsreg.formula" => "3", 
00948                         "lung" => "3", 
00949                         "mad" => "3", 
00950                         "mahalanobis" => "3", 
00951                         "manova" => "3", 
00952                         "mclass" => "3", 
00953                         "mclust" => "3", 
00954                         "mean" => "5", 
00955                         "meanvar.tree" => "3", 
00956                         "median" => "5", 
00957                         "misclass.tree" => "3", 
00958                         "model.tables" => "3", 
00959                         "model.tables.aov" => "3", 
00960                         "model.tables.aovlist" => "3", 
00961                         "mona" => "3", 
00962                         "mona.object" => "3", 
00963                         "mreloc" => "3", 
00964                         "ms" => "3", 
00965                         "ms.control" => "3", 
00966                         "ms.object" => "3", 
00967                         "multicomp" => "3", 
00968                         "multicomp.default" => "3", 
00969                         "multicomp.lm" => "3", 
00970                         "MVNormal" => "4", 
00971                         "na.tree.replace" => "3", 
00972                         "na.tree.replace.all" => "3", 
00973                         "nlme" => "3", 
00974                         "nlme.control" => "3", 
00975                         "nlme.formula" => "3", 
00976                         "nlme.nlsList" => "3", 
00977                         "nlme.object" => "3", 
00978                         "nlminb" => "3", 
00979                         "nlminb.control" => "3", 
00980                         "nlregb" => "3", 
00981                         "nlregb.control" => "3", 
00982                         "nls" => "3", 
00983                         "nls.control" => "3", 
00984                         "nls.object" => "3", 
00985                         "nlsList" => "3", 
00986                         "oa.design" => "3", 
00987                         "obliquemin" => "3", 
00988                         "optimize" => "3", 
00989                         "Orange" => "3", 
00990                         "Orange.plot" => "3", 
00991                         "order.tree" => "3", 
00992                         "Orthodont" => "3", 
00993                         "Orthodont.plot" => "3", 
00994                         "orthomax" => "3", 
00995                         "ovarian" => "3", 
00996                         "Ovary" => "3", 
00997                         "Ovary.plot" => "3", 
00998                         "pairs.lmList" => "3", 
00999                         "pam" => "3", 
01000                         "pam.object" => "3", 
01001                         "param" => "3", 
01002                         "param<-" => "3", 
01003                         "parameters" => "3", 
01004                         "parameters<-" => "3", 
01005                         "partition.object" => "3", 
01006                         "peaks" => "5", 
01007                         "Pheno.func" => "3", 
01008                         "Pheno.plot" => "3", 
01009                         "Phenobarb" => "3", 
01010                         "Pixel" => "3", 
01011                         "Pixel.plot" => "3", 
01012                         "plot.cox.zph" => "3", 
01013                         "plot.lm" => "3", 
01014                         "plot.lme" => "3", 
01015                         "plot.mcd" => "3", 
01016                         "plot.stl" => "3", 
01017                         "plot.tree.sequence" => "3", 
01018                         "pmvnorm" => "4", 
01019                         "poly" => "3", 
01020                         "poly.transform" => "3", 
01021                         "post.tree" => "3", 
01022                         "ppreg" => "4", 
01023                         "prcomp" => "5", 
01024                         "pred.tree" => "3", 
01025                         "predict" => "3", 
01026                         "predict.factanal" => "3", 
01027                         "predict.lme" => "3", 
01028                         "predict.loess" => "3", 
01029                         "predict.princomp" => "3", 
01030                         "predict.smooth.spline" => "4", 
01031                         "predict.tree" => "3", 
01032                         "princomp" => "3", 
01033                         "print.agnes" => "7", 
01034                         "print.censorReg" => "3", 
01035                         "print.censorRegList" => "3", 
01036                         "print.clara" => "7", 
01037                         "print.compare.fits" => "3", 
01038                         "print.cts" => "7", 
01039                         "print.diana" => "7", 
01040                         "print.dissimilarity" => "7", 
01041                         "print.factanal" => "7", 
01042                         "print.fanny" => "7", 
01043                         "print.its" => "7", 
01044                         "print.lme" => "3", 
01045                         "print.loadings" => "7", 
01046                         "print.loess" => "7", 
01047                         "print.mona" => "7", 
01048                         "print.pam" => "7", 
01049                         "print.princomp" => "7", 
01050                         "print.rts" => "7", 
01051                         "print.summary.agnes" => "7", 
01052                         "print.summary.censorReg" => "3", 
01053                         "print.summary.clara" => "7", 
01054                         "print.summary.diana" => "7", 
01055                         "print.summary.fanny" => "7", 
01056                         "print.summary.loess" => "7", 
01057                         "print.summary.mona" => "7", 
01058                         "print.summary.pam" => "7", 
01059                         "print.summary.princomp" => "7", 
01060                         "print.survfit" => "3", 
01061                         "print.tree" => "7", 
01062                         "print.ts" => "7", 
01063                         "probplot" => "3", 
01064                         "probplot.censor" => "3", 
01065                         "probplot.censorReg" => "3", 
01066                         "probplot6.censorReg" => "3", 
01067                         "procrustes" => "3", 
01068                         "profile" => "3", 
01069                         "profile.ms" => "3", 
01070                         "proj" => "3", 
01071                         "proj.default" => "3", 
01072                         "prune.misclass" => "3", 
01073                         "prune.tree" => "3", 
01074                         "psi.weight" => "3", 
01075                         "psp.weight" => "3", 
01076                         "pyears" => "3", 
01077                         "qdunnett" => "4", 
01078                         "qftdist" => "3", 
01079                         "qftdist.dist" => "3", 
01080                         "qkaplanMeier" => "3", 
01081                         "qmvt" => "4", 
01082                         "qmvt.sim" => "4", 
01083                         "qqnorm.aov" => "3", 
01084                         "qqnorm.aovlist" => "3", 
01085                         "qqnorm.maov" => "3", 
01086                         "qqplot.censorReg.plot.quantiles" => "3", 
01087                         "qqplot.censorReg.setup" => "3", 
01088                         "qtukey" => "4", 
01089                         "Quin.func" => "3", 
01090                         "Quinidine" => "3", 
01091                         "random" => "3", 
01092                         "random.effects" => "3", 
01093                         "random.effects.lme" => "3", 
01094                         "random.effects.lmList" => "3", 
01095                         "randomize" => "3", 
01096                         "raov" => "3", 
01097                         "ratetable" => "3", 
01098                         "rbiwt" => "3", 
01099                         "Relaxin" => "3", 
01100                         "Relaxin.plot" => "3", 
01101                         "replications" => "3", 
01102                         "resid" => "3", 
01103                         "residuals" => "3", 
01104                         "residuals.coxph" => "3", 
01105                         "residuals.default" => "3", 
01106                         "residuals.factanal" => "3", 
01107                         "residuals.survreg" => "3", 
01108                         "residuals.tree" => "3", 
01109                         "rho.weight" => "3", 
01110                         "rmvnorm" => "4", 
01111                         "robust" => "3", 
01112                         "rotate" => "3", 
01113                         "rotate.default" => "3", 
01114                         "rotate.factanal" => "3", 
01115                         "rotate.princomp" => "3", 
01116                         "rreg" => "3", 
01117                         "rsquared.lmRobMM" => "3", 
01118                         "rts" => "3", 
01119                         "rug.tree" => "3", 
01120                         "s" => "4", 
01121                         "sabl" => "3", 
01122                         "scale.a" => "3", 
01123                         "scale.lmRobMM" => "3", 
01124                         "scale.tau" => "3", 
01125                         "se.contrast" => "3", 
01126                         "se.contrast.aov" => "3", 
01127                         "se.contrast.aovlist" => "3", 
01128                         "select.tree" => "3", 
01129                         "selfStart" => "3", 
01130                         "selfStart.default" => "3", 
01131                         "selfStart.formula" => "3", 
01132                         "shrink.tree" => "3", 
01133                         "smooth" => "3", 
01134                         "smooth.spline" => "3", 
01135                         "snip.tree" => "3", 
01136                         "Soybean" => "3", 
01137                         "Soybean.plot" => "3", 
01138                         "spec.ar" => "3", 
01139                         "spec.smo" => "3", 
01140                         "spec.taper" => "3", 
01141                         "specs.loess" => "3", 
01142                         "start" => "3", 
01143                         "step" => "6", 
01144                         "step.glm" => "3", 
01145                         "stepwise" => "3", 
01146                         "stl" => "3", 
01147                         "stl.control" => "3", 
01148                         "strata" => "3", 
01149                         "stressplot" => "3", 
01150                         "stressplot.censorReg" => "3", 
01151                         "subtree" => "3", 
01152                         "summary.agnes" => "3", 
01153                         "summary.aov" => "3", 
01154                         "summary.aovlist" => "3", 
01155                         "summary.censorReg" => "3", 
01156                         "summary.censorRegList" => "3", 
01157                         "summary.clara" => "3", 
01158                         "summary.compare.fits" => "3", 
01159                         "summary.cts" => "3", 
01160                         "summary.diana" => "3", 
01161                         "summary.factanal" => "3", 
01162                         "summary.fanny" => "3", 
01163                         "summary.glm" => "3", 
01164                         "summary.its" => "3", 
01165                         "summary.lm" => "3", 
01166                         "summary.lme" => "3", 
01167                         "summary.lmList" => "3", 
01168                         "summary.lmRobMM" => "3", 
01169                         "summary.loess" => "3", 
01170                         "summary.manova" => "3", 
01171                         "summary.mona" => "3", 
01172                         "summary.ms" => "3", 
01173                         "summary.nlsList" => "3", 
01174                         "summary.pam" => "3", 
01175                         "summary.princomp" => "3", 
01176                         "summary.rts" => "3", 
01177                         "summary.survfit" => "3", 
01178                         "summary.tree" => "3", 
01179                         "supsmu" => "3", 
01180                         "Surv" => "3", 
01181                         "survdiff" => "3", 
01182                         "survexp" => "3", 
01183                         "survexp.az" => "3", 
01184                         "survexp.azr" => "3", 
01185                         "survexp.fit" => "3", 
01186                         "survexp.fl" => "3", 
01187                         "survexp.flr" => "3", 
01188                         "survexp.mn" => "3", 
01189                         "survexp.mnwhite" => "3", 
01190                         "survexp.us" => "3", 
01191                         "survexp.usr" => "3", 
01192                         "survexp.uswhite" => "3", 
01193                         "survfit" => "3", 
01194                         "survfit.object" => "3", 
01195                         "survival.datasets" => "3", 
01196                         "survreg" => "3", 
01197                         "survreg.control" => "3", 
01198                         "survreg.object" => "3", 
01199                         "TBS" => "3", 
01200                         "tcut" => "3", 
01201                         "Theoph" => "3", 
01202                         "Theoph.plot" => "3", 
01203                         "tile.tree" => "3", 
01204                         "time" => "3", 
01205                         "tree" => "3", 
01206                         "tree.control" => "3", 
01207                         "ts.intersect" => "3", 
01208                         "ts.lines" => "3", 
01209                         "ts.plot" => "3", 
01210                         "ts.points" => "3", 
01211                         "ts.union" => "3", 
01212                         "tsmatrix" => "5", 
01213                         "tspar" => "3", 
01214                         "twoway" => "3", 
01215                         "uniroot" => "3", 
01216                         "units" => "3", 
01217                         "untangle.specials" => "3", 
01218                         "update" => "3", 
01219                         "update.default" => "3", 
01220                         "update.formula" => "3", 
01221                         "var" => "5", 
01222                         "varcomp" => "3", 
01223                         "weights.lmRobMM" => "3", 
01224                         "window" => "3", 
01225                         "wt" => "3", 
01226                         "wt.andrews" => "3", 
01227                         "wt.bisquare" => "3", 
01228                         "wt.cauchy" => "3", 
01229                         "wt.default" => "3", 
01230                         "wt.fair" => "3", 
01231                         "wt.hampel" => "3", 
01232                         "wt.huber" => "3", 
01233                         "wt.logistic" => "3", 
01234                         "wt.median" => "3", 
01235                         "wt.talworth" => "3", 
01236                         "wt.welsch" => "3", 
01237                         "Beta" => "4", 
01238                         "binom.test" => "4", 
01239                         "Binomial" => "4", 
01240                         "binomial.sample.size" => "4", 
01241                         "bootstats" => "4", 
01242                         "bootstrap" => "4", 
01243                         "bs" => "4", 
01244                         "Cauchy" => "4", 
01245                         "cdf.compare" => "4", 
01246                         "chisq.gof" => "4", 
01247                         "chisq.test" => "4", 
01248                         "Chisquare" => "4", 
01249                         "cor.test" => "4", 
01250                         "dbeta" => "4", 
01251                         "dbinom" => "4", 
01252                         "dcauchy" => "4", 
01253                         "dchisq" => "4", 
01254                         "dexp" => "4", 
01255                         "df" => "4", 
01256                         "dgamma" => "4", 
01257                         "dgeom" => "4", 
01258                         "dhyper" => "4", 
01259                         "dlnorm" => "4", 
01260                         "dlogis" => "4", 
01261                         "dnbinom" => "4", 
01262                         "dnorm" => "4", 
01263                         "dnrange" => "4", 
01264                         "dpois" => "4", 
01265                         "dt" => "4", 
01266                         "dunif" => "4", 
01267                         "dweibull" => "4", 
01268                         "dwilcox" => "4", 
01269                         "Exponential" => "4", 
01270                         "F" => "4", 
01271                         "fisher.test" => "4", 
01272                         "gam.control" => "4", 
01273                         "gam.scope" => "4", 
01274                         "GAMMA" => "4", 
01275                         "Geometric" => "4", 
01276                         "Hypergeometric" => "4", 
01277                         "jack.after.bootstrap" => "4", 
01278                         "jackknife" => "4", 
01279                         "jackstats" => "4", 
01280                         "ks.gof" => "4", 
01281                         "limits.bca" => "4", 
01282                         "limits.emp" => "4", 
01283                         "Logistic" => "4", 
01284                         "Lognormal" => "4", 
01285                         "mantelhaen.test" => "4", 
01286                         "mcnemar.test" => "4", 
01287                         "na.gam.replace" => "4", 
01288                         "NegBinomial" => "4", 
01289                         "Normal" => "4", 
01290                         "normal.sample.size" => "4", 
01291                         "ns" => "4", 
01292                         "pbeta" => "4", 
01293                         "pbinom" => "4", 
01294                         "pcauchy" => "4", 
01295                         "pchisq" => "4", 
01296                         "pexp" => "4", 
01297                         "pf" => "4", 
01298                         "pgamma" => "4", 
01299                         "pgeom" => "4", 
01300                         "phyper" => "4", 
01301                         "plnorm" => "4", 
01302                         "plogis" => "4", 
01303                         "plot.jack.after.bootstrap" => "4", 
01304                         "plot.resamp" => "4", 
01305                         "pnbinom" => "4", 
01306                         "pnorm" => "4", 
01307                         "pnrange" => "4", 
01308                         "Poisson" => "4", 
01309                         "ppois" => "4", 
01310                         "predict.gam" => "4", 
01311                         "print.jack.after.bootstrap" => "4", 
01312                         "print.resamp" => "4", 
01313                         "print.summary.bootstrap" => "4", 
01314                         "print.summary.resamp" => "4", 
01315                         "prop.test" => "4", 
01316                         "pt" => "4", 
01317                         "punif" => "4", 
01318                         "pweibull" => "4", 
01319                         "pwilcox" => "4", 
01320                         "qbeta" => "4", 
01321                         "qbinom" => "4", 
01322                         "qcauchy" => "4", 
01323                         "qchisq" => "4", 
01324                         "qexp" => "4", 
01325                         "qf" => "4", 
01326                         "qgamma" => "4", 
01327                         "qgeom" => "4", 
01328                         "qhyper" => "4", 
01329                         "qlnorm" => "4", 
01330                         "qlogis" => "4", 
01331                         "qnbinom" => "4", 
01332                         "qnorm" => "4", 
01333                         "qnrange" => "4", 
01334                         "qpois" => "4", 
01335                         "qqnorm.resamp" => "4", 
01336                         "qt" => "4", 
01337                         "quantile" => "5", 
01338                         "qunif" => "4", 
01339                         "qweibull" => "4", 
01340                         "qwilcox" => "4", 
01341                         "rbeta" => "4", 
01342                         "rbinom" => "4", 
01343                         "rcauchy" => "4", 
01344                         "rchisq" => "4", 
01345                         "resamp" => "4", 
01346                         "resamp.get.dimnames" => "4", 
01347                         "resamp.get.fit.func" => "4", 
01348                         "resamp.get.indices" => "4", 
01349                         "rexp" => "4", 
01350                         "rf" => "4", 
01351                         "rgamma" => "4", 
01352                         "rgeom" => "4", 
01353                         "rhyper" => "4", 
01354                         "rlnorm" => "4", 
01355                         "rlogis" => "4", 
01356                         "rnbinom" => "4", 
01357                         "rnorm" => "4", 
01358                         "rnrange" => "4", 
01359                         "rpois" => "4", 
01360                         "rstab" => "4", 
01361                         "rt" => "4", 
01362                         "runif" => "4", 
01363                         "rweibull" => "4", 
01364                         "rwilcox" => "4", 
01365                         "samp" => "4", 
01366                         "samp.boot.bal" => "4", 
01367                         "samp.boot.mc" => "4", 
01368                         "samp.permute" => "4", 
01369                         "sample" => "4", 
01370                         "set.seed" => "4", 
01371                         "Stable" => "4", 
01372                         "step.gam" => "4", 
01373                         "summary.bootstrap" => "4", 
01374                         "summary.resamp" => "4", 
01375                         "T" => "4", 
01376                         "t.test" => "4", 
01377                         "Uniform" => "4", 
01378                         "update.bootstrap" => "4", 
01379                         "var.test" => "4", 
01380                         "Weibull" => "4", 
01381                         "wilcox.test" => "4", 
01382                         "Wilcoxon" => "4", 
01383                         "!" => "5", 
01384                         "!=" => "5", 
01385                         "%%" => "5", 
01386                         "%*%" => "5", 
01387                         "%/%" => "5", 
01388                         "%o%" => "5", 
01389                         "&" => "5", 
01390                         "&&" => "8", 
01391                         "*" => "5", 
01392                         "+" => "5", 
01393                         "-" => "5", 
01394                         ".laenv" => "5", 
01395                         ".Uminus" => "5", 
01396                         "/" => "5", 
01397                         "<" => "5", 
01398                         "<-" => "5", 
01399                         "<=" => "5", 
01400                         "==" => "5", 
01401                         ">" => "5", 
01402                         ">=" => "5", 
01403                         "abs" => "5", 
01404                         "acos" => "5", 
01405                         "acosh" => "5", 
01406                         "all" => "5", 
01407                         "all.equal" => "5", 
01408                         "any" => "5", 
01409                         "aperm" => "5", 
01410                         "aperm.default" => "5", 
01411                         "apply" => "5", 
01412                         "Arg" => "5", 
01413                         "Arithmetic" => "5", 
01414                         "as.Matrix" => "5", 
01415                         "as.qr" => "5", 
01416                         "asin" => "5", 
01417                         "asinh" => "5", 
01418                         "atan" => "5", 
01419                         "atanh" => "5", 
01420                         "backsolve" => "5", 
01421                         "ceiling" => "5", 
01422                         "chol" => "5", 
01423                         "choose" => "5", 
01424                         "choose.multinomial" => "5", 
01425                         "compare" => "5", 
01426                         "Comparison" => "5", 
01427                         "Complex" => "5", 
01428                         "Conj" => "5", 
01429                         "cos" => "5", 
01430                         "cosh" => "5", 
01431                         "crossprod" => "5", 
01432                         "cummax" => "5", 
01433                         "cummin" => "5", 
01434                         "cumprod" => "5", 
01435                         "cumsum" => "5", 
01436                         "data.matrix" => "5", 
01437                         "det" => "5", 
01438                         "det.eigen.Hermitian" => "5", 
01439                         "det.eigen.Matrix" => "5", 
01440                         "det.Hermitian" => "5", 
01441                         "det.LowerTriangular" => "5", 
01442                         "det.lu.Hermitian" => "5", 
01443                         "det.lu.Matrix" => "5", 
01444                         "det.Matrix" => "5", 
01445                         "det.object" => "5", 
01446                         "det.qr.Matrix" => "5", 
01447                         "det.schur.Matrix" => "5", 
01448                         "det.svd.Matrix" => "5", 
01449                         "det.UnitLowerTriangular" => "5", 
01450                         "det.UnitUpperTriangular" => "5", 
01451                         "det.UpperTriangular" => "5", 
01452                         "diag" => "5", 
01453                         "drop" => "5", 
01454                         "eigen" => "5", 
01455                         "eigen.default" => "5", 
01456                         "eigen.Hermitian" => "5", 
01457                         "eigen.Hermitian.object" => "5", 
01458                         "eigen.Matrix" => "5", 
01459                         "eigen.Matrix.object" => "5", 
01460                         "exp" => "5", 
01461                         "expand" => "5", 
01462                         "expand.eigen.Matrix.object" => "5", 
01463                         "expand.lu.Hermitian.object" => "5", 
01464                         "expand.lu.Matrix.object" => "5", 
01465                         "expand.qr.Matrix.object" => "5", 
01466                         "facmul" => "5", 
01467                         "facmul.lu.Hermitian" => "5", 
01468                         "facmul.lu.Matrix" => "5", 
01469                         "facmul.qr.Matrix" => "5", 
01470                         "factorial" => "5", 
01471                         "floor" => "5", 
01472                         "function" => "8", 
01473                         "gamma" => "5", 
01474                         "ginverse" => "5", 
01475                         "Hermitian.test" => "5", 
01476                         "Im" => "5", 
01477                         "inverse" => "5", 
01478                         "is.ColOrthonormal" => "5", 
01479                         "is.finite" => "5", 
01480                         "is.Hermitian" => "5", 
01481                         "is.infinite" => "5", 
01482                         "is.LowerTriangular" => "5", 
01483                         "is.nan" => "5", 
01484                         "is.number" => "5", 
01485                         "is.Orthonormal" => "5", 
01486                         "is.qr" => "5", 
01487                         "is.RowOrthonormal" => "5", 
01488                         "is.UpperTriangular" => "5", 
01489                         "ivp.ab" => "5", 
01490                         "kronecker" => "5", 
01491                         "la.env" => "5", 
01492                         "lapply" => "5", 
01493                         "lgamma" => "5", 
01494                         "log" => "5", 
01495                         "log10" => "5", 
01496                         "Logic" => "5", 
01497                         "lower.tri" => "5", 
01498                         "LowerTriangular.test" => "5", 
01499                         "lu" => "5", 
01500                         "lu.Hermitian" => "5", 
01501                         "lu.Hermitian.object" => "5", 
01502                         "lu.Matrix" => "5", 
01503                         "lu.Matrix.object" => "5", 
01504                         "Math.data.frame" => "5", 
01505                         "Matrix" => "5", 
01506                         "Matrix-product" => "5", 
01507                         "Matrix.class" => "5", 
01508                         "max" => "5", 
01509                         "min" => "5", 
01510                         "Mod" => "5", 
01511                         "norm" => "5", 
01512                         "norm.eigen.Hermitian" => "5", 
01513                         "norm.Hermitian" => "5", 
01514                         "norm.LowerTriangular" => "5", 
01515                         "norm.Matrix" => "5", 
01516                         "norm.svd.Matrix" => "5", 
01517                         "norm.UnitLowerTriangular" => "5", 
01518                         "norm.UnitUpperTriangular" => "5", 
01519                         "norm.UpperTriangular" => "5", 
01520                         "Orthonormal.test" => "5", 
01521                         "outer" => "5", 
01522                         "pmax" => "5", 
01523                         "pmin" => "5", 
01524                         "polyroot" => "5", 
01525                         "print.array" => "7", 
01526                         "print.list" => "7", 
01527                         "prod" => "5", 
01528                         "qr" => "5", 
01529                         "qr.coef" => "5", 
01530                         "qr.default" => "5", 
01531                         "qr.fitted" => "5", 
01532                         "qr.Matrix" => "5", 
01533                         "qr.Matrix.object" => "5", 
01534                         "qr.Q" => "5", 
01535                         "qr.qty" => "5", 
01536                         "qr.qy" => "5", 
01537                         "qr.R" => "5", 
01538                         "qr.resid" => "5", 
01539                         "qr.X" => "5", 
01540                         "rank" => "5", 
01541                         "rcond" => "5", 
01542                         "rcond.eigen.Hermitian" => "5", 
01543                         "rcond.Hermitian" => "5", 
01544                         "rcond.LowerTriangular" => "5", 
01545                         "rcond.lu.Hermitian" => "5", 
01546                         "rcond.lu.Matrix" => "5", 
01547                         "rcond.Matrix" => "5", 
01548                         "rcond.qr.Matrix" => "5", 
01549                         "rcond.svd.Matrix" => "5", 
01550                         "rcond.UnitLowerTriangular" => "5", 
01551                         "rcond.UnitUpperTriangular" => "5", 
01552                         "rcond.UpperTriangular" => "5", 
01553                         "Re" => "5", 
01554                         "return" => "8", 
01555                         "round" => "5", 
01556                         "Saab" => "5", 
01557                         "Saaab" => "5", 
01558                         "sapply" => "5", 
01559                         "scale" => "5", 
01560                         "schur" => "5", 
01561                         "schur.Matrix" => "5", 
01562                         "schur.Matrix.object" => "5", 
01563                         "schurmod" => "5", 
01564                         "sign" => "5", 
01565                         "signif" => "5", 
01566                         "sin" => "5", 
01567                         "sinh" => "5", 
01568                         "solve" => "5", 
01569                         "solve.default" => "5", 
01570                         "solve.eigen.Hermitian" => "5", 
01571                         "solve.Hermitian" => "5", 
01572                         "solve.LowerTriangular" => "5", 
01573                         "solve.lu.Hermitian" => "5", 
01574                         "solve.lu.Matrix" => "5", 
01575                         "solve.Matrix" => "5", 
01576                         "solve.qr.Matrix" => "5", 
01577                         "solve.svd.Matrix" => "5", 
01578                         "solve.UnitLowerTriangular" => "5", 
01579                         "solve.UnitUpperTriangular" => "5", 
01580                         "solve.UpperTriangular" => "5", 
01581                         "sqrt" => "5", 
01582                         "sum" => "5", 
01583                         "Summary.data.frame" => "5", 
01584                         "svd" => "5", 
01585                         "svd.default" => "5", 
01586                         "svd.Matrix" => "5", 
01587                         "svd.Matrix.object" => "5", 
01588                         "sweep" => "5", 
01589                         "Syntax" => "8", 
01590                         "t" => "5", 
01591                         "t.default" => "5", 
01592                         "tan" => "5", 
01593                         "tanh" => "5", 
01594                         "trunc" => "5", 
01595                         "unpack" => "5", 
01596                         "UpperTriangular.test" => "5", 
01597                         "vecnorm" => "5", 
01598                         "which.inf" => "5", 
01599                         "which.na" => "5", 
01600                         "which.nan" => "5", 
01601                         "xor" => "5", 
01602                         "^" => "5", 
01603                         "{" => "8", 
01604                         "|" => "5", 
01605                         "||" => "8", 
01606                         "~" => "6", 
01607                         "as.formula" => "6", 
01608                         "check.factor" => "6", 
01609                         "deviance" => "6", 
01610                         "formula" => "6", 
01611                         "formula.default" => "6", 
01612                         "inherits" => "6", 
01613                         "Methods" => "6", 
01614                         "specs" => "6", 
01615                         "summary" => "6", 
01616                         "deparse" => "8", 
01617                         "objprint" => "7", 
01618                         "page" => "7", 
01619                         "print" => "7", 
01620                         "print.atomic" => "7", 
01621                         "print.by" => "7", 
01622                         "print.default" => "7", 
01623                         "print.lmRobMM" => "7", 
01624                         "print.manova" => "7", 
01625                         "print.matrix" => "7", 
01626                         "print.structure" => "7", 
01627                         "print.summary.factanal" => "7", 
01628                         "print.summary.lmRobMM" => "7", 
01629                         "print.summary.manova" => "7", 
01630                         "print.summary.survfit" => "7", 
01631                         "summary.default" => "7", 
01632                         "access" => "8", 
01633                         "all.names" => "8", 
01634                         "all.vars" => "8", 
01635                         "allocated" => "8", 
01636                         "amatch" => "8", 
01637                         "as.call" => "8", 
01638                         "as.expression" => "8", 
01639                         "break" => "8", 
01640                         "browser" => "8", 
01641                         "browser.default" => "8", 
01642                         "call" => "8", 
01643                         "call_S" => "8", 
01644                         "clear.frame" => "8", 
01645                         "dataset.date" => "8", 
01646                         "DBLEPR" => "8", 
01647                         "dll.load" => "8", 
01648                         "dll.load.info" => "8", 
01649                         "dll.load.list" => "8", 
01650                         "dll.symbol.list" => "8", 
01651                         "dll.unload" => "8", 
01652                         "do.call" => "8", 
01653                         "dyn.load" => "8", 
01654                         "dyn.load.lib" => "8", 
01655                         "else" => "8", 
01656                         "eval" => "8", 
01657                         "expression" => "8", 
01658                         "find.calls" => "8", 
01659                         "For" => "8", 
01660                         "for" => "8", 
01661                         "frame.attr" => "8", 
01662                         "frame.attributes" => "8", 
01663                         "if" => "8", 
01664                         "inspect" => "8", 
01665                         "interactive" => "8", 
01666                         "INTPR" => "8", 
01667                         "invisible" => "8", 
01668                         "is.call" => "8", 
01669                         "is.expression" => "8", 
01670                         "make.names" => "8", 
01671                         "match.arg" => "8", 
01672                         "match.call" => "8", 
01673                         "missing" => "8", 
01674                         "move.frame" => "8", 
01675                         "nargs" => "8", 
01676                         "new.frame" => "8", 
01677                         "next" => "8", 
01678                         "on.exit" => "8", 
01679                         "parse" => "8", 
01680                         "parse.test" => "8", 
01681                         "Program" => "8", 
01682                         "REALPR" => "8", 
01683                         "Recall" => "8", 
01684                         "repeat" => "8", 
01685                         "restart" => "8", 
01686                         "S.format" => "8", 
01687                         "S_alloc" => "8", 
01688                         "silent.startup" => "8", 
01689                         "std.trace" => "8", 
01690                         "std.xtrace" => "8", 
01691                         "stop" => "8", 
01692                         "storage" => "8", 
01693                         "substitute" => "8", 
01694                         "switch" => "8", 
01695                         "synchronize" => "8", 
01696                         "sys.call" => "8", 
01697                         "sys.calls" => "8", 
01698                         "sys.frame" => "8", 
01699                         "sys.frames" => "8", 
01700                         "sys.function" => "8", 
01701                         "sys.nframe" => "8", 
01702                         "sys.on.exit" => "8", 
01703                         "sys.parent" => "8", 
01704                         "sys.parents" => "8", 
01705                         "sys.status" => "8", 
01706                         "sys.trace" => "8", 
01707                         "system" => "8", 
01708                         "tprint" => "8", 
01709                         "trace" => "8", 
01710                         "trace.on" => "8", 
01711                         "traceback" => "8", 
01712                         "untrace" => "8", 
01713                         "warning" => "8", 
01714                         "while" => "8", 
01715                         "win3" => "8", 
01716                         "XERROR" => "8", 
01717                         "xerror" => "8", 
01718                         "xerror.clear" => "8", 
01719                         "xerror.maxpr" => "8", 
01720                         "xerror.setfile" => "8", 
01721                         "xerror.summary" => "8", 
01722                         "XERRWV" => "8");
01723 
01724 // Special extensions
01725 
01726 // Each category can specify a PHP function that returns an altered
01727 // version of the keyword.
01728         
01729         
01730 
01731 $this->linkscripts      = array(
01732                         "5" => "donothing", 
01733                         "1" => "donothing", 
01734                         "6" => "donothing", 
01735                         "8" => "donothing", 
01736                         "3" => "donothing", 
01737                         "2" => "donothing", 
01738                         "7" => "donothing", 
01739                         "4" => "donothing");
01740 }
01741 
01742 
01743 function donothing($keywordin)
01744 {
01745         return $keywordin;
01746 }
01747 
01748 }?>

Generated on Fri Dec 13 2013 09:06:40 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1