ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
HFile_s.php
Go to the documentation of this file.
1<?php
2$BEAUT_PATH = realpath(".")."/Services/COPage/syntax_highlight/php";
3if (!isset ($BEAUT_PATH)) return;
4require_once("$BEAUT_PATH/Beautifier/HFile.php");
5 class HFile_s extends HFile{
6 function HFile_s(){
7 $this->HFile();
8/*************************************/
9// Beautifier Highlighting Configuration File
10// S/S+
11/*************************************/
12// Flags
13
14$this->nocase = "1";
15$this->notrim = "0";
16$this->perl = "0";
17
18// Colours
19
20$this->colours = array("blue", "blue", "purple", "brown", "gray", "purple", "gray", "brown");
21$this->quotecolour = "blue";
22$this->blockcommentcolour = "green";
23$this->linecommentcolour = "green";
24
25// Indent Strings
26
27$this->indent = array("{");
28$this->unindent = array("}");
29
30// String characters and delimiters
31
32$this->stringchars = array("\"", "'");
33$this->delimiters = array(".", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", " ", "?", " ");
34$this->escchar = "";
35
36// Comment settings
37
38$this->linecommenton = array("//");
39$this->blockcommenton = array("/*");
40$this->blockcommentoff = array("*/");
41
42// Keywords (keyword mapping to colour number)
43
44$this->keywords = array(
45 "$" => "5",
46 "->" => "1",
47 ":" => "1",
48 "<<-" => "1",
49 "abbreviate" => "1",
50 "aggregate" => "5",
51 "aggregate.data.frame" => "5",
52 "aggregate.default" => "5",
53 "aov.object" => "6",
54 "aovlist.object" => "6",
55 "append" => "1",
56 "array" => "5",
57 "as" => "1",
58 "as.array" => "5",
59 "as.character" => "1",
60 "as.complex" => "5",
61 "as.double" => "8",
62 "as.factor" => "1",
63 "as.function" => "8",
64 "as.integer" => "8",
65 "as.list" => "5",
66 "as.logical" => "5",
67 "as.matrix" => "1",
68 "as.name" => "8",
69 "as.null" => "8",
70 "as.numeric" => "1",
71 "as.ordered" => "1",
72 "as.single" => "1",
73 "as.ts" => "3",
74 "as.variable" => "1",
75 "as.vector" => "1",
76 "AsciiToInt" => "2",
77 "assign" => "8",
78 "assign.default" => "8",
79 "Assignment" => "1",
80 "attach" => "1",
81 "attach.data.frame" => "1",
82 "attach.default" => "1",
83 "attach.pframe" => "1",
84 "attr" => "1",
85 "attributes" => "1",
86 "binomial" => "1",
87 "by" => "5",
88 "by.data.frame" => "5",
89 "by.default" => "5",
90 "c" => "5",
91 "casefold" => "1",
92 "cat" => "7",
93 "cbind" => "5",
94 "cbind.data.frame" => "1",
95 "character" => "1",
96 "charmatch" => "8",
97 "chron" => "1",
98 "class" => "1",
99 "codes" => "1",
100 "col" => "5",
101 "colMeans" => "5",
102 "colSums" => "5",
103 "colVars" => "5",
104 "complex" => "1",
105 "conflicts" => "1",
106 "count.fields" => "1",
107 "coxph.object" => "6",
108 "crosstabs" => "3",
109 "cts" => "3",
110 "cusum.object" => "6",
111 "cut" => "1",
112 "cut.dates" => "1",
113 "cut.default" => "1",
114 "data" => "1",
115 "data.class" => "1",
116 "data.dump" => "1",
117 "data.ed" => "1",
118 "data.frame.object" => "6",
119 "data.restore" => "1",
120 "database.attr" => "1",
121 "database.object" => "1",
122 "database.status" => "1",
123 "database.type" => "1",
124 "dates" => "1",
125 "day.of.week" => "1",
126 "days" => "1",
127 "dbdetach" => "1",
128 "dbexists" => "1",
129 "dbobjects" => "1",
130 "dbobjects.default" => "1",
131 "dbread" => "1",
132 "dbremove" => "1",
133 "dbwrite" => "1",
134 "design.object" => "6",
135 "detach" => "1",
136 "dget" => "7",
137 "dim" => "5",
138 "dim<-" => "5",
139 "dimnames" => "5",
140 "dos" => "1",
141 "double" => "8",
142 "dput" => "7",
143 "dump" => "1",
144 "duplicated" => "1",
145 "ed" => "1",
146 "Edit" => "1",
147 "Edit.data" => "1",
148 "emacs" => "1",
149 "exists" => "1",
150 "exists.default" => "1",
151 "factanal.object" => "6",
152 "factor" => "1",
153 "family" => "1",
154 "family.default" => "1",
155 "family.object" => "6",
156 "file.exists" => "8",
157 "files.in.dir" => "8",
158 "find" => "1",
159 "First" => "8",
160 "First.lib" => "1",
161 "First.local" => "8",
162 "fix" => "8",
163 "format" => "7",
164 "format.dates" => "1",
165 "format.default" => "7",
166 "formula.object" => "6",
167 "gam.object" => "6",
168 "Gamma" => "1",
169 "gaussian" => "1",
170 "get" => "1",
171 "get.default" => "1",
172 "getenv" => "1",
173 "glim" => "3",
174 "glim.print" => "7",
175 "glm.object" => "6",
176 "grep" => "1",
177 "guiFirst" => "8",
178 "guiFirst.local" => "8",
179 "hours" => "1",
180 "htest.object" => "6",
181 "html.table" => "1",
182 "ifelse" => "5",
183 "integer" => "8",
184 "intersect" => "5",
185 "inverse.gaussian" => "1",
186 "is" => "1",
187 "is.all.white" => "1",
188 "is.array" => "5",
189 "is.atomic" => "8",
190 "is.character" => "1",
191 "is.complex" => "5",
192 "is.cts" => "3",
193 "is.dir" => "8",
194 "is.double" => "8",
195 "is.element" => "5",
196 "is.factor" => "1",
197 "is.function" => "8",
198 "is.integer" => "8",
199 "is.language" => "8",
200 "is.list" => "5",
201 "is.logical" => "5",
202 "is.matrix" => "5",
203 "is.na" => "5",
204 "is.name" => "8",
205 "is.null" => "8",
206 "is.numeric" => "1",
207 "is.ordered" => "1",
208 "is.recursive" => "8",
209 "is.single" => "1",
210 "is.ts" => "3",
211 "is.vector" => "1",
212 "jitter" => "5",
213 "julian" => "1",
214 "Last" => "8",
215 "Last.lib" => "1",
216 "leap.year" => "1",
217 "length" => "5",
218 "levels" => "1",
219 "levels.factor" => "1",
220 "levels<-.factor" => "1",
221 "library" => "1",
222 "list" => "5",
223 "lm.object" => "6",
224 "lms.object" => "6",
225 "loadings.object" => "6",
226 "loess.object" => "6",
227 "logical" => "5",
228 "loglin" => "3",
229 "lts.object" => "6",
230 "make.fields" => "1",
231 "maov.object" => "6",
232 "masked" => "1",
233 "match" => "1",
234 "mcd.object" => "6",
235 "menuMergeDataFrame" => "1",
236 "menuPdist" => "1",
237 "menuRdist" => "1",
238 "menuSample" => "1",
239 "menuTable" => "1",
240 "merge" => "5",
241 "merge.data.frame" => "5",
242 "merge.default" => "5",
243 "merge.levels" => "1",
244 "methods" => "1",
245 "minutes" => "1",
246 "mkdir" => "8",
247 "mlm" => "6",
248 "mlm.object" => "6",
249 "mode" => "8",
250 "module" => "1",
251 "month.day.year" => "1",
252 "months" => "1",
253 "mve" => "1",
254 "mve.object" => "6",
255 "na.fail" => "1",
256 "na.include" => "1",
257 "na.omit" => "1",
258 "names" => "5",
259 "nchar" => "1",
260 "ncol" => "5",
261 "new.database" => "1",
262 "NextMethod" => "8",
263 "nrow" => "5",
264 "null" => "8",
265 "numeric" => "1",
266 "objcopy" => "8",
267 "objdiff" => "8",
268 "objects" => "1",
269 "objects.summary" => "1",
270 "Ops.data.frame" => "1",
271 "Ops.factor" => "1",
272 "Ops.ordered" => "1",
273 "order" => "1",
274 "ordered" => "1",
275 "ordered<-" => "1",
276 "ordered<-.default" => "1",
277 "origin" => "1",
278 "paste" => "1",
279 "pframe" => "6",
280 "pframe.object" => "6",
281 "pmatch" => "1",
282 "poisson" => "1",
283 "princomp.object" => "6",
284 "print.char.matrix" => "7",
285 "print.crosstabs" => "7",
286 "print.objects.summary" => "1",
287 "qcc.object" => "6",
288 "quarters" => "1",
289 "quasi" => "1",
290 "rbind" => "5",
291 "rbind.data.frame" => "1",
292 "read.from.clipboard" => "1",
293 "read.table" => "1",
294 "readline" => "8",
295 "regexpr" => "1",
296 "remove" => "1",
297 "rep" => "1",
298 "rep.int" => "1",
299 "replace" => "1",
300 "rev" => "5",
301 "rle" => "1",
302 "rm" => "1",
303 "rmdir" => "8",
304 "row" => "5",
305 "row.names" => "1",
306 "row.names<-" => "1",
307 "rowMeans" => "5",
308 "Rows" => "1",
309 "rowsum" => "5",
310 "rowSums" => "5",
311 "rowVars" => "5",
312 "scan" => "1",
313 "search" => "1",
314 "seconds" => "1",
315 "seq" => "1",
316 "seq.dates" => "1",
317 "seq.default" => "1",
318 "setdiff" => "5",
319 "shewhart.object" => "6",
320 "single" => "1",
321 "sink" => "1",
322 "sink.number" => "1",
323 "slice.index" => "5",
324 "sort" => "1",
325 "sort.list" => "1",
326 "source" => "1",
327 "split" => "5",
328 "storage.mode" => "8",
329 "string.bounding.box" => "1",
330 "string.break.line" => "1",
331 "structure" => "1",
332 "Subscript" => "5",
333 "Subscript.data.frame" => "1",
334 "Subscript.factor" => "1",
335 "Subscript.tree" => "3",
336 "substring" => "1",
337 "table" => "1",
338 "tabulate" => "1",
339 "tapply" => "5",
340 "tempfile" => "8",
341 "terms.object" => "6",
342 "tree.object" => "6",
343 "tree.sequence.object" => "6",
344 "true.file.name" => "1",
345 "ts" => "3",
346 "tsp" => "3",
347 "unclass" => "1",
348 "union" => "5",
349 "unique" => "1",
350 "unlink" => "8",
351 "unlist" => "5",
352 "UseMethod" => "8",
353 "varcomp.object" => "3",
354 "vector" => "1",
355 "vi" => "1",
356 "weekdays" => "1",
357 "which" => "5",
358 "write" => "1",
359 "write.table" => "7",
360 "write.to.clipboard" => "1",
361 "years" => "1",
362 "zapsmall" => "7",
363 "[" => "5",
364 "[.cts" => "3",
365 "[.data.frame" => "1",
366 "[.factor" => "1",
367 "[.its" => "3",
368 "[.rts" => "3",
369 "[.tree" => "3",
370 "[<-" => "5",
371 "[<-.data.frame" => "1",
372 "[<-.factor" => "1",
373 "[[" => "5",
374 "[[.data.frame" => "1",
375 "[[<-" => "5",
376 "[[<-.data.frame" => "1",
377 "_" => "1",
378 "abline" => "2",
379 "abline.default" => "2",
380 "acf" => "3",
381 "acf.plot" => "3",
382 "approx" => "5",
383 "arima.diag.plot" => "3",
384 "arrows" => "2",
385 "as.shingle" => "2",
386 "axes" => "2",
387 "axis" => "2",
388 "banking" => "2",
389 "barchart" => "2",
390 "barley" => "2",
391 "barplot" => "2",
392 "biplot" => "3",
393 "biplot.default" => "3",
394 "biplot.factanal" => "3",
395 "biplot.princomp" => "3",
396 "box" => "2",
397 "boxes" => "2",
398 "boxplot" => "2",
399 "brush" => "3",
400 "bwplot" => "2",
401 "bwps.trellis" => "2",
402 "bxp" => "2",
403 "chull" => "5",
404 "close.screen" => "2",
405 "cloud" => "2",
406 "clusplot" => "3",
407 "clusplot.default" => "3",
408 "clusplot.partition" => "3",
409 "co.intervals" => "2",
410 "color.key" => "2",
411 "colorps.trellis" => "2",
412 "contour" => "3",
413 "contour.old" => "3",
414 "contourplot" => "2",
415 "coplot" => "3",
416 "County" => "2",
417 "dating" => "2",
418 "density" => "4",
419 "densityplot" => "2",
420 "dev.ask" => "2",
421 "dev.control" => "2",
422 "dev.copy" => "2",
423 "dev.cur" => "2",
424 "dev.list" => "2",
425 "dev.next" => "2",
426 "dev.off" => "2",
427 "dev.prev" => "2",
428 "dev.print" => "2",
429 "dev.set" => "2",
430 "Device" => "2",
431 "Device.Default" => "2",
432 "Devices" => "2",
433 "dotchart" => "2",
434 "dotplot" => "2",
435 "double.buffer" => "2",
436 "environmental" => "2",
437 "equal.count" => "2",
438 "erase.screen" => "2",
439 "error.bar" => "2",
440 "example" => "2",
441 "example.bwplot" => "2",
442 "example.calendar" => "2",
443 "example.cloud" => "2",
444 "example.contour" => "2",
445 "example.coplot.fit" => "2",
446 "example.coplot.one" => "2",
447 "example.coplot.three" => "2",
448 "example.coplot.two" => "2",
449 "example.coplot2.fit" => "2",
450 "example.density" => "2",
451 "example.difscale" => "2",
452 "example.dotplot" => "2",
453 "example.draping" => "2",
454 "example.draping2" => "2",
455 "example.ecount" => "2",
456 "example.frames2" => "2",
457 "example.given" => "2",
458 "example.histo" => "2",
459 "example.level" => "2",
460 "example.level.fit" => "2",
461 "example.levelplot" => "2",
462 "example.normal.qq" => "2",
463 "example.oneway" => "2",
464 "example.overplot" => "2",
465 "example.pages" => "2",
466 "example.parallel" => "2",
467 "example.qqplot" => "2",
468 "example.qqpool" => "2",
469 "example.quantile" => "2",
470 "example.reorder" => "2",
471 "example.rfs" => "2",
472 "example.robust" => "2",
473 "example.shingle" => "2",
474 "example.sl" => "2",
475 "example.slice.box" => "2",
476 "example.smooth" => "2",
477 "example.splom" => "2",
478 "example.splom2" => "2",
479 "example.splom3" => "2",
480 "example.strip" => "2",
481 "example.tmd" => "2",
482 "example.units.cm" => "2",
483 "example.wire" => "2",
484 "example.wire2" => "2",
485 "faces" => "3",
486 "frame" => "2",
487 "fusion.time" => "2",
488 "ganglion" => "2",
489 "graphics.off" => "2",
490 "graphsheet" => "2",
491 "graphsheet.options" => "2",
492 "guiLocator" => "2",
493 "hamster" => "2",
494 "hex.legend" => "2",
495 "hexagons" => "2",
496 "hist" => "2",
497 "hist.factor" => "2",
498 "hist2d" => "3",
499 "histogram" => "2",
500 "hpgl" => "2",
501 "identify" => "2",
502 "identify.cusum" => "2",
503 "identify.default" => "2",
504 "identify.hexbin" => "2",
505 "identify.shewhart" => "2",
506 "identify.tree" => "3",
507 "image" => "2",
508 "image.legend" => "2",
509 "interaction.plot" => "3",
510 "interp" => "2",
511 "iris.trellis" => "2",
512 "is.shingle" => "2",
513 "key" => "2",
514 "ksmooth" => "3",
515 "labclust" => "3",
516 "labels" => "7",
517 "labels.default" => "7",
518 "lag.plot" => "3",
519 "legend" => "2",
520 "levelplot" => "2",
521 "lines" => "2",
522 "locator" => "2",
523 "locator.2dtrellis" => "2",
524 "lowess" => "3",
525 "map" => "2",
526 "mapproject" => "2",
527 "matlines" => "5",
528 "matplot" => "5",
529 "matpoints" => "5",
530 "melanoma" => "2",
531 "menu" => "2",
532 "monthplot" => "3",
533 "mstree" => "5",
534 "mtext" => "2",
535 "mulbar" => "3",
536 "oneway" => "2",
537 "pairs" => "3",
538 "pairs.data.frame" => "3",
539 "pairs.default" => "3",
540 "panel" => "2",
541 "panel.abline" => "2",
542 "panel.barchart" => "2",
543 "panel.bwplot" => "2",
544 "panel.cloud" => "2",
545 "panel.contourplot" => "2",
546 "panel.densityplot" => "2",
547 "panel.dotplot" => "2",
548 "panel.fill" => "2",
549 "panel.grid" => "2",
550 "panel.histogram" => "2",
551 "panel.levelplot" => "2",
552 "panel.lmline" => "2",
553 "panel.loess" => "2",
554 "panel.parallel" => "2",
555 "panel.piechart" => "2",
556 "panel.plot.shingle" => "2",
557 "panel.qq" => "2",
558 "panel.qqmath" => "2",
559 "panel.qqmathline" => "2",
560 "panel.smooth" => "2",
561 "panel.splom" => "2",
562 "panel.stripplot" => "2",
563 "panel.superpose" => "2",
564 "panel.tmd" => "2",
565 "panel.wireframe" => "2",
566 "panel.xyplot" => "2",
567 "par" => "2",
568 "parallel" => "2",
569 "partition.tree" => "3",
570 "path.tree" => "3",
571 "pdf.graph" => "2",
572 "persp" => "3",
573 "persp.setup" => "2",
574 "perspp" => "3",
575 "pie" => "2",
576 "piechart" => "2",
577 "plclust" => "3",
578 "plot" => "2",
579 "plot.agnes" => "3",
580 "plot.compare.fits" => "3",
581 "plot.data.frame" => "2",
582 "plot.default" => "2",
583 "plot.design" => "3",
584 "plot.diana" => "3",
585 "plot.factor" => "3",
586 "plot.gam" => "4",
587 "plot.glm" => "4",
588 "plot.hexbin" => "2",
589 "plot.lmRobMM" => "3",
590 "plot.lms" => "3",
591 "plot.loadings" => "3",
592 "plot.loess" => "3",
593 "plot.lts" => "3",
594 "plot.mlm" => "3",
595 "plot.mona" => "3",
596 "plot.multicomp" => "2",
597 "plot.mve" => "3",
598 "plot.partition" => "3",
599 "plot.preplot.gam" => "4",
600 "plot.preplot.loess" => "3",
601 "plot.shingle" => "2",
602 "plot.survfit" => "3",
603 "plot.times" => "3",
604 "plot.tree" => "3",
605 "plot.varcomp" => "3",
606 "plotfit" => "2",
607 "plotlabels" => "7",
608 "plotlabels.default" => "7",
609 "pltree" => "3",
610 "pltree.hierarchical" => "3",
611 "points" => "2",
612 "polarization" => "2",
613 "polygon" => "2",
614 "postscript" => "2",
615 "ppoints" => "4",
616 "prepanel.lmline" => "2",
617 "prepanel.loess" => "2",
618 "prepanel.qqmathline" => "2",
619 "preplot" => "2",
620 "preplot.loess" => "3",
621 "pretty" => "2",
622 "print.trellis" => "7",
623 "printer" => "2",
624 "prompt.screen" => "2",
625 "ps.colors" => "2",
626 "ps.fonts" => "2",
627 "ps.region" => "2",
628 "qq" => "2",
629 "qqline" => "2",
630 "qqmath" => "2",
631 "qqnorm" => "4",
632 "qqnorm.default" => "4",
633 "qqplot" => "4",
634 "quickvu" => "7",
635 "range" => "5",
636 "rayplot" => "2",
637 "reorder.factor" => "2",
638 "rfs" => "2",
639 "rubber" => "2",
640 "rug" => "2",
641 "sablplot" => "3",
642 "scatter.smooth" => "3",
643 "screen" => "2",
644 "screeplot" => "3",
645 "screeplot.princomp" => "3",
646 "segments" => "2",
647 "shingle" => "2",
648 "show" => "2",
649 "show.settings" => "2",
650 "singer" => "2",
651 "smatrix" => "3",
652 "spec.pgram" => "3",
653 "spec.plot" => "3",
654 "spectrum" => "3",
655 "spin" => "3",
656 "spline" => "5",
657 "split.screen" => "2",
658 "splom" => "2",
659 "stamp" => "2",
660 "stars" => "3",
661 "starsymb" => "3",
662 "State" => "2",
663 "State.vbm" => "2",
664 "state.vbm.center" => "2",
665 "stem" => "4",
666 "strip.default" => "2",
667 "stripplot" => "2",
668 "subplot" => "2",
669 "symbols" => "2",
670 "text" => "2",
671 "text.default" => "2",
672 "text.tree" => "3",
673 "title" => "2",
674 "tmd" => "2",
675 "tree.screens" => "3",
676 "trellis" => "2",
677 "trellis.datasets" => "2",
678 "trellis.device" => "2",
679 "trellis.examples" => "2",
680 "trellis.par.get" => "2",
681 "trellis.par.set" => "2",
682 "trellis.settings" => "2",
683 "trellis.settings.bw" => "2",
684 "trellis.settings.bwps" => "2",
685 "trellis.settings.color" => "2",
686 "trellis.settings.colorps" => "2",
687 "trellis.settings.motif" => "2",
688 "trellis.settings.winbwps" => "2",
689 "trellis.settings.wincolorps" => "2",
690 "trellis.settings.wingraph" => "2",
691 "trellis.settings.winpcl" => "2",
692 "tslines" => "3",
693 "tsplot" => "3",
694 "tspoints" => "3",
695 "usa" => "2",
696 "vu" => "7",
697 "win.colorscheme" => "2",
698 "wireframe" => "2",
699 "World" => "2",
700 "World.thin" => "2",
701 "xyplot" => "2",
702 "xysort" => "2",
703 "ace" => "4",
704 "acm" => "3",
705 "acm.ave" => "3",
706 "acm.filt" => "3",
707 "acm.smo" => "3",
708 "add.scope" => "3",
709 "add1" => "3",
710 "add1.lm" => "3",
711 "add1.lmRobMM" => "3",
712 "aggregate.cts" => "3",
713 "aggregate.rts" => "3",
714 "agnes" => "3",
715 "agnes.object" => "3",
716 "alias" => "3",
717 "alias.aovlist" => "3",
718 "alias.design" => "3",
719 "alias.lm" => "3",
720 "alias.mlm" => "3",
721 "anova" => "3",
722 "anova.censorReg" => "3",
723 "anova.censorReg.list" => "3",
724 "anova.censorRegList" => "3",
725 "anova.gam" => "3",
726 "anova.lme" => "3",
727 "anova.lmRobMM" => "3",
728 "anova.loess" => "3",
729 "aov" => "3",
730 "aov.genyates" => "3",
731 "ar" => "3",
732 "ar.burg" => "3",
733 "ar.gm" => "3",
734 "ar.yw" => "3",
735 "arima" => "3",
736 "arima.diag" => "3",
737 "arima.filt" => "3",
738 "arima.forecast" => "3",
739 "arima.fracdiff" => "3",
740 "arima.fracdiff.sim" => "3",
741 "arima.fracdiff.var" => "3",
742 "arima.mle" => "3",
743 "arima.sim" => "3",
744 "arima.td" => "3",
745 "as.censor" => "3",
746 "as.data.frame" => "3",
747 "as.rts" => "3",
748 "avas" => "4",
749 "basis.tree" => "3",
750 "biexp" => "3",
751 "bladder" => "3",
752 "browser.ms" => "3",
753 "browser.tree" => "3",
754 "burl.tree" => "3",
755 "C" => "3",
756 "cancor" => "3",
757 "capacitor" => "3",
758 "censor" => "3",
759 "censorReg" => "3",
760 "censorReg.check.code" => "3",
761 "censorReg.control" => "3",
762 "censorReg.distribution" => "3",
763 "censorReg.good.data" => "3",
764 "censorReg.make.Y" => "3",
765 "censorReg.mlest" => "3",
766 "censorReg.quantiles" => "3",
767 "censorReg.wfit" => "3",
768 "chb" => "3",
769 "chi.weight" => "3",
770 "clara" => "3",
771 "clara.object" => "3",
772 "clorder" => "3",
773 "cluster" => "3",
774 "cmdscale" => "3",
775 "CO2" => "3",
776 "CO2.func" => "3",
777 "CO2.plot" => "3",
778 "coef" => "3",
779 "coef.default" => "3",
780 "coef.lme" => "3",
781 "coef.lmList" => "3",
782 "coefficients" => "3",
783 "compare.fits" => "3",
784 "contr.helmert" => "3",
785 "contr.poly" => "3",
786 "contr.sum" => "3",
787 "contr.treatment" => "3",
788 "contrasts" => "3",
789 "contrasts<-" => "3",
790 "cor" => "5",
791 "cor.lmRobMM" => "3",
792 "cov" => "3",
793 "cov.lmRobMM" => "3",
794 "cov.mcd" => "6",
795 "cov.mcd.default" => "3",
796 "cov.mcd.formula" => "3",
797 "cov.mve" => "6",
798 "cov.mve.default" => "3",
799 "cov.mve.formula" => "3",
800 "cov.wt" => "3",
801 "cox.zph" => "3",
802 "coxph" => "3",
803 "coxph.detail" => "3",
804 "cutree" => "3",
805 "cv.tree" => "3",
806 "cycle" => "3",
807 "daisy" => "3",
808 "data.frame" => "3",
809 "data.tree" => "3",
810 "deltat" => "3",
811 "demod" => "3",
812 "deriv" => "5",
813 "deriv.default" => "5",
814 "design" => "3",
815 "design.table" => "3",
816 "deviance.tree" => "3",
817 "diana" => "3",
818 "diana.object" => "3",
819 "diff" => "5",
820 "discr" => "3",
821 "dissimilarity.object" => "3",
822 "dist" => "3",
823 "dmvnorm" => "4",
824 "DNase" => "3",
825 "DNase.plot" => "3",
826 "drop.scope" => "3",
827 "drop1" => "3",
828 "drop1.lm" => "3",
829 "drop1.lmRobMM" => "3",
830 "dummy.coef" => "3",
831 "edit.tree" => "3",
832 "eff.aovlist" => "3",
833 "effects" => "3",
834 "effects.lm" => "3",
835 "end" => "3",
836 "expand.grid" => "3",
837 "f.phibf" => "3",
838 "f.phis" => "3",
839 "f.phisl" => "3",
840 "fac.design" => "3",
841 "factanal" => "3",
842 "factanal.fit.mle" => "3",
843 "factanal.fit.principal" => "3",
844 "factanal.mle.control" => "3",
845 "factanal.start.mle" => "3",
846 "factor.names" => "3",
847 "factor.names<-" => "3",
848 "factor.scope" => "3",
849 "fanny" => "3",
850 "fanny.object" => "3",
851 "Fatigue" => "3",
852 "Fatigue.func" => "3",
853 "Fatigue.plot" => "3",
854 "fft" => "5",
855 "filter" => "3",
856 "first.order.log" => "3",
857 "fitted" => "3",
858 "fitted.default" => "3",
859 "fitted.factanal" => "3",
860 "fitted.values" => "3",
861 "fixed.effects" => "3",
862 "fixed.effects.lme" => "3",
863 "fixed.effects.lmList" => "3",
864 "formula.censorRegList" => "3",
865 "fpl" => "3",
866 "fractionate" => "3",
867 "frequency" => "3",
868 "friedman.test" => "4",
869 "gam" => "4",
870 "glm" => "3",
871 "glm.control" => "3",
872 "glm.fit" => "3",
873 "glm.links" => "3",
874 "glm.variances" => "3",
875 "glm.weights" => "3",
876 "graft.tree" => "3",
877 "hat" => "3",
878 "hclust" => "3",
879 "heart" => "3",
880 "hierarchical.object" => "3",
881 "hist.tree" => "3",
882 "Indometh" => "3",
883 "Indometh.plot" => "3",
884 "integrate" => "3",
885 "interaction" => "3",
886 "is.censor" => "3",
887 "is.data.frame" => "3",
888 "is.its" => "3",
889 "is.random" => "3",
890 "is.ratetable" => "3",
891 "is.rts" => "3",
892 "is.Surv" => "3",
893 "its" => "3",
894 "kaplanMeier" => "3",
895 "kaplanMeier.fit" => "3",
896 "kappa" => "3",
897 "kappa.default" => "3",
898 "kmeans" => "3",
899 "kruskal.test" => "4",
900 "l1fit" => "3",
901 "lag" => "3",
902 "leaps" => "3",
903 "leukemia" => "3",
904 "lines.survfit" => "3",
905 "lm" => "3",
906 "lm.fit" => "3",
907 "lm.fit.chol" => "3",
908 "lm.fit.qr" => "3",
909 "lm.fit.svd" => "3",
910 "lm.influence" => "3",
911 "lme" => "3",
912 "lme.control" => "3",
913 "lme.formula" => "3",
914 "lme.lmList" => "3",
915 "lme.object" => "3",
916 "lmList" => "3",
917 "lmRobMM" => "3",
918 "lmRobMM.effvy" => "3",
919 "lmRobMM.genetic.control" => "3",
920 "lmRobMM.object" => "6",
921 "lmRobMM.robust.control" => "3",
922 "lmRobMM.ucovcoef" => "3",
923 "lmsreg" => "6",
924 "lmsreg.default" => "3",
925 "lmsreg.formula" => "3",
926 "lo" => "4",
927 "loadings" => "3",
928 "loadings.default" => "3",
929 "location.lms" => "3",
930 "location.lts" => "3",
931 "location.m" => "3",
932 "loess" => "3",
933 "loess.control" => "3",
934 "loess.dfit" => "3",
935 "loess.dfitse" => "3",
936 "loess.ifit" => "3",
937 "loess.ise" => "3",
938 "loess.raw" => "3",
939 "loess.smooth" => "3",
940 "logistic" => "3",
941 "ls.diag" => "3",
942 "ls.print" => "7",
943 "ls.summary" => "3",
944 "lsfit" => "3",
945 "ltsreg" => "6",
946 "ltsreg.default" => "3",
947 "ltsreg.formula" => "3",
948 "lung" => "3",
949 "mad" => "3",
950 "mahalanobis" => "3",
951 "manova" => "3",
952 "mclass" => "3",
953 "mclust" => "3",
954 "mean" => "5",
955 "meanvar.tree" => "3",
956 "median" => "5",
957 "misclass.tree" => "3",
958 "model.tables" => "3",
959 "model.tables.aov" => "3",
960 "model.tables.aovlist" => "3",
961 "mona" => "3",
962 "mona.object" => "3",
963 "mreloc" => "3",
964 "ms" => "3",
965 "ms.control" => "3",
966 "ms.object" => "3",
967 "multicomp" => "3",
968 "multicomp.default" => "3",
969 "multicomp.lm" => "3",
970 "MVNormal" => "4",
971 "na.tree.replace" => "3",
972 "na.tree.replace.all" => "3",
973 "nlme" => "3",
974 "nlme.control" => "3",
975 "nlme.formula" => "3",
976 "nlme.nlsList" => "3",
977 "nlme.object" => "3",
978 "nlminb" => "3",
979 "nlminb.control" => "3",
980 "nlregb" => "3",
981 "nlregb.control" => "3",
982 "nls" => "3",
983 "nls.control" => "3",
984 "nls.object" => "3",
985 "nlsList" => "3",
986 "oa.design" => "3",
987 "obliquemin" => "3",
988 "optimize" => "3",
989 "Orange" => "3",
990 "Orange.plot" => "3",
991 "order.tree" => "3",
992 "Orthodont" => "3",
993 "Orthodont.plot" => "3",
994 "orthomax" => "3",
995 "ovarian" => "3",
996 "Ovary" => "3",
997 "Ovary.plot" => "3",
998 "pairs.lmList" => "3",
999 "pam" => "3",
1000 "pam.object" => "3",
1001 "param" => "3",
1002 "param<-" => "3",
1003 "parameters" => "3",
1004 "parameters<-" => "3",
1005 "partition.object" => "3",
1006 "peaks" => "5",
1007 "Pheno.func" => "3",
1008 "Pheno.plot" => "3",
1009 "Phenobarb" => "3",
1010 "Pixel" => "3",
1011 "Pixel.plot" => "3",
1012 "plot.cox.zph" => "3",
1013 "plot.lm" => "3",
1014 "plot.lme" => "3",
1015 "plot.mcd" => "3",
1016 "plot.stl" => "3",
1017 "plot.tree.sequence" => "3",
1018 "pmvnorm" => "4",
1019 "poly" => "3",
1020 "poly.transform" => "3",
1021 "post.tree" => "3",
1022 "ppreg" => "4",
1023 "prcomp" => "5",
1024 "pred.tree" => "3",
1025 "predict" => "3",
1026 "predict.factanal" => "3",
1027 "predict.lme" => "3",
1028 "predict.loess" => "3",
1029 "predict.princomp" => "3",
1030 "predict.smooth.spline" => "4",
1031 "predict.tree" => "3",
1032 "princomp" => "3",
1033 "print.agnes" => "7",
1034 "print.censorReg" => "3",
1035 "print.censorRegList" => "3",
1036 "print.clara" => "7",
1037 "print.compare.fits" => "3",
1038 "print.cts" => "7",
1039 "print.diana" => "7",
1040 "print.dissimilarity" => "7",
1041 "print.factanal" => "7",
1042 "print.fanny" => "7",
1043 "print.its" => "7",
1044 "print.lme" => "3",
1045 "print.loadings" => "7",
1046 "print.loess" => "7",
1047 "print.mona" => "7",
1048 "print.pam" => "7",
1049 "print.princomp" => "7",
1050 "print.rts" => "7",
1051 "print.summary.agnes" => "7",
1052 "print.summary.censorReg" => "3",
1053 "print.summary.clara" => "7",
1054 "print.summary.diana" => "7",
1055 "print.summary.fanny" => "7",
1056 "print.summary.loess" => "7",
1057 "print.summary.mona" => "7",
1058 "print.summary.pam" => "7",
1059 "print.summary.princomp" => "7",
1060 "print.survfit" => "3",
1061 "print.tree" => "7",
1062 "print.ts" => "7",
1063 "probplot" => "3",
1064 "probplot.censor" => "3",
1065 "probplot.censorReg" => "3",
1066 "probplot6.censorReg" => "3",
1067 "procrustes" => "3",
1068 "profile" => "3",
1069 "profile.ms" => "3",
1070 "proj" => "3",
1071 "proj.default" => "3",
1072 "prune.misclass" => "3",
1073 "prune.tree" => "3",
1074 "psi.weight" => "3",
1075 "psp.weight" => "3",
1076 "pyears" => "3",
1077 "qdunnett" => "4",
1078 "qftdist" => "3",
1079 "qftdist.dist" => "3",
1080 "qkaplanMeier" => "3",
1081 "qmvt" => "4",
1082 "qmvt.sim" => "4",
1083 "qqnorm.aov" => "3",
1084 "qqnorm.aovlist" => "3",
1085 "qqnorm.maov" => "3",
1086 "qqplot.censorReg.plot.quantiles" => "3",
1087 "qqplot.censorReg.setup" => "3",
1088 "qtukey" => "4",
1089 "Quin.func" => "3",
1090 "Quinidine" => "3",
1091 "random" => "3",
1092 "random.effects" => "3",
1093 "random.effects.lme" => "3",
1094 "random.effects.lmList" => "3",
1095 "randomize" => "3",
1096 "raov" => "3",
1097 "ratetable" => "3",
1098 "rbiwt" => "3",
1099 "Relaxin" => "3",
1100 "Relaxin.plot" => "3",
1101 "replications" => "3",
1102 "resid" => "3",
1103 "residuals" => "3",
1104 "residuals.coxph" => "3",
1105 "residuals.default" => "3",
1106 "residuals.factanal" => "3",
1107 "residuals.survreg" => "3",
1108 "residuals.tree" => "3",
1109 "rho.weight" => "3",
1110 "rmvnorm" => "4",
1111 "robust" => "3",
1112 "rotate" => "3",
1113 "rotate.default" => "3",
1114 "rotate.factanal" => "3",
1115 "rotate.princomp" => "3",
1116 "rreg" => "3",
1117 "rsquared.lmRobMM" => "3",
1118 "rts" => "3",
1119 "rug.tree" => "3",
1120 "s" => "4",
1121 "sabl" => "3",
1122 "scale.a" => "3",
1123 "scale.lmRobMM" => "3",
1124 "scale.tau" => "3",
1125 "se.contrast" => "3",
1126 "se.contrast.aov" => "3",
1127 "se.contrast.aovlist" => "3",
1128 "select.tree" => "3",
1129 "selfStart" => "3",
1130 "selfStart.default" => "3",
1131 "selfStart.formula" => "3",
1132 "shrink.tree" => "3",
1133 "smooth" => "3",
1134 "smooth.spline" => "3",
1135 "snip.tree" => "3",
1136 "Soybean" => "3",
1137 "Soybean.plot" => "3",
1138 "spec.ar" => "3",
1139 "spec.smo" => "3",
1140 "spec.taper" => "3",
1141 "specs.loess" => "3",
1142 "start" => "3",
1143 "step" => "6",
1144 "step.glm" => "3",
1145 "stepwise" => "3",
1146 "stl" => "3",
1147 "stl.control" => "3",
1148 "strata" => "3",
1149 "stressplot" => "3",
1150 "stressplot.censorReg" => "3",
1151 "subtree" => "3",
1152 "summary.agnes" => "3",
1153 "summary.aov" => "3",
1154 "summary.aovlist" => "3",
1155 "summary.censorReg" => "3",
1156 "summary.censorRegList" => "3",
1157 "summary.clara" => "3",
1158 "summary.compare.fits" => "3",
1159 "summary.cts" => "3",
1160 "summary.diana" => "3",
1161 "summary.factanal" => "3",
1162 "summary.fanny" => "3",
1163 "summary.glm" => "3",
1164 "summary.its" => "3",
1165 "summary.lm" => "3",
1166 "summary.lme" => "3",
1167 "summary.lmList" => "3",
1168 "summary.lmRobMM" => "3",
1169 "summary.loess" => "3",
1170 "summary.manova" => "3",
1171 "summary.mona" => "3",
1172 "summary.ms" => "3",
1173 "summary.nlsList" => "3",
1174 "summary.pam" => "3",
1175 "summary.princomp" => "3",
1176 "summary.rts" => "3",
1177 "summary.survfit" => "3",
1178 "summary.tree" => "3",
1179 "supsmu" => "3",
1180 "Surv" => "3",
1181 "survdiff" => "3",
1182 "survexp" => "3",
1183 "survexp.az" => "3",
1184 "survexp.azr" => "3",
1185 "survexp.fit" => "3",
1186 "survexp.fl" => "3",
1187 "survexp.flr" => "3",
1188 "survexp.mn" => "3",
1189 "survexp.mnwhite" => "3",
1190 "survexp.us" => "3",
1191 "survexp.usr" => "3",
1192 "survexp.uswhite" => "3",
1193 "survfit" => "3",
1194 "survfit.object" => "3",
1195 "survival.datasets" => "3",
1196 "survreg" => "3",
1197 "survreg.control" => "3",
1198 "survreg.object" => "3",
1199 "TBS" => "3",
1200 "tcut" => "3",
1201 "Theoph" => "3",
1202 "Theoph.plot" => "3",
1203 "tile.tree" => "3",
1204 "time" => "3",
1205 "tree" => "3",
1206 "tree.control" => "3",
1207 "ts.intersect" => "3",
1208 "ts.lines" => "3",
1209 "ts.plot" => "3",
1210 "ts.points" => "3",
1211 "ts.union" => "3",
1212 "tsmatrix" => "5",
1213 "tspar" => "3",
1214 "twoway" => "3",
1215 "uniroot" => "3",
1216 "units" => "3",
1217 "untangle.specials" => "3",
1218 "update" => "3",
1219 "update.default" => "3",
1220 "update.formula" => "3",
1221 "var" => "5",
1222 "varcomp" => "3",
1223 "weights.lmRobMM" => "3",
1224 "window" => "3",
1225 "wt" => "3",
1226 "wt.andrews" => "3",
1227 "wt.bisquare" => "3",
1228 "wt.cauchy" => "3",
1229 "wt.default" => "3",
1230 "wt.fair" => "3",
1231 "wt.hampel" => "3",
1232 "wt.huber" => "3",
1233 "wt.logistic" => "3",
1234 "wt.median" => "3",
1235 "wt.talworth" => "3",
1236 "wt.welsch" => "3",
1237 "Beta" => "4",
1238 "binom.test" => "4",
1239 "Binomial" => "4",
1240 "binomial.sample.size" => "4",
1241 "bootstats" => "4",
1242 "bootstrap" => "4",
1243 "bs" => "4",
1244 "Cauchy" => "4",
1245 "cdf.compare" => "4",
1246 "chisq.gof" => "4",
1247 "chisq.test" => "4",
1248 "Chisquare" => "4",
1249 "cor.test" => "4",
1250 "dbeta" => "4",
1251 "dbinom" => "4",
1252 "dcauchy" => "4",
1253 "dchisq" => "4",
1254 "dexp" => "4",
1255 "df" => "4",
1256 "dgamma" => "4",
1257 "dgeom" => "4",
1258 "dhyper" => "4",
1259 "dlnorm" => "4",
1260 "dlogis" => "4",
1261 "dnbinom" => "4",
1262 "dnorm" => "4",
1263 "dnrange" => "4",
1264 "dpois" => "4",
1265 "dt" => "4",
1266 "dunif" => "4",
1267 "dweibull" => "4",
1268 "dwilcox" => "4",
1269 "Exponential" => "4",
1270 "F" => "4",
1271 "fisher.test" => "4",
1272 "gam.control" => "4",
1273 "gam.scope" => "4",
1274 "GAMMA" => "4",
1275 "Geometric" => "4",
1276 "Hypergeometric" => "4",
1277 "jack.after.bootstrap" => "4",
1278 "jackknife" => "4",
1279 "jackstats" => "4",
1280 "ks.gof" => "4",
1281 "limits.bca" => "4",
1282 "limits.emp" => "4",
1283 "Logistic" => "4",
1284 "Lognormal" => "4",
1285 "mantelhaen.test" => "4",
1286 "mcnemar.test" => "4",
1287 "na.gam.replace" => "4",
1288 "NegBinomial" => "4",
1289 "Normal" => "4",
1290 "normal.sample.size" => "4",
1291 "ns" => "4",
1292 "pbeta" => "4",
1293 "pbinom" => "4",
1294 "pcauchy" => "4",
1295 "pchisq" => "4",
1296 "pexp" => "4",
1297 "pf" => "4",
1298 "pgamma" => "4",
1299 "pgeom" => "4",
1300 "phyper" => "4",
1301 "plnorm" => "4",
1302 "plogis" => "4",
1303 "plot.jack.after.bootstrap" => "4",
1304 "plot.resamp" => "4",
1305 "pnbinom" => "4",
1306 "pnorm" => "4",
1307 "pnrange" => "4",
1308 "Poisson" => "4",
1309 "ppois" => "4",
1310 "predict.gam" => "4",
1311 "print.jack.after.bootstrap" => "4",
1312 "print.resamp" => "4",
1313 "print.summary.bootstrap" => "4",
1314 "print.summary.resamp" => "4",
1315 "prop.test" => "4",
1316 "pt" => "4",
1317 "punif" => "4",
1318 "pweibull" => "4",
1319 "pwilcox" => "4",
1320 "qbeta" => "4",
1321 "qbinom" => "4",
1322 "qcauchy" => "4",
1323 "qchisq" => "4",
1324 "qexp" => "4",
1325 "qf" => "4",
1326 "qgamma" => "4",
1327 "qgeom" => "4",
1328 "qhyper" => "4",
1329 "qlnorm" => "4",
1330 "qlogis" => "4",
1331 "qnbinom" => "4",
1332 "qnorm" => "4",
1333 "qnrange" => "4",
1334 "qpois" => "4",
1335 "qqnorm.resamp" => "4",
1336 "qt" => "4",
1337 "quantile" => "5",
1338 "qunif" => "4",
1339 "qweibull" => "4",
1340 "qwilcox" => "4",
1341 "rbeta" => "4",
1342 "rbinom" => "4",
1343 "rcauchy" => "4",
1344 "rchisq" => "4",
1345 "resamp" => "4",
1346 "resamp.get.dimnames" => "4",
1347 "resamp.get.fit.func" => "4",
1348 "resamp.get.indices" => "4",
1349 "rexp" => "4",
1350 "rf" => "4",
1351 "rgamma" => "4",
1352 "rgeom" => "4",
1353 "rhyper" => "4",
1354 "rlnorm" => "4",
1355 "rlogis" => "4",
1356 "rnbinom" => "4",
1357 "rnorm" => "4",
1358 "rnrange" => "4",
1359 "rpois" => "4",
1360 "rstab" => "4",
1361 "rt" => "4",
1362 "runif" => "4",
1363 "rweibull" => "4",
1364 "rwilcox" => "4",
1365 "samp" => "4",
1366 "samp.boot.bal" => "4",
1367 "samp.boot.mc" => "4",
1368 "samp.permute" => "4",
1369 "sample" => "4",
1370 "set.seed" => "4",
1371 "Stable" => "4",
1372 "step.gam" => "4",
1373 "summary.bootstrap" => "4",
1374 "summary.resamp" => "4",
1375 "T" => "4",
1376 "t.test" => "4",
1377 "Uniform" => "4",
1378 "update.bootstrap" => "4",
1379 "var.test" => "4",
1380 "Weibull" => "4",
1381 "wilcox.test" => "4",
1382 "Wilcoxon" => "4",
1383 "!" => "5",
1384 "!=" => "5",
1385 "%%" => "5",
1386 "%*%" => "5",
1387 "%/%" => "5",
1388 "%o%" => "5",
1389 "&" => "5",
1390 "&&" => "8",
1391 "*" => "5",
1392 "+" => "5",
1393 "-" => "5",
1394 ".laenv" => "5",
1395 ".Uminus" => "5",
1396 "/" => "5",
1397 "<" => "5",
1398 "<-" => "5",
1399 "<=" => "5",
1400 "==" => "5",
1401 ">" => "5",
1402 ">=" => "5",
1403 "abs" => "5",
1404 "acos" => "5",
1405 "acosh" => "5",
1406 "all" => "5",
1407 "all.equal" => "5",
1408 "any" => "5",
1409 "aperm" => "5",
1410 "aperm.default" => "5",
1411 "apply" => "5",
1412 "Arg" => "5",
1413 "Arithmetic" => "5",
1414 "as.Matrix" => "5",
1415 "as.qr" => "5",
1416 "asin" => "5",
1417 "asinh" => "5",
1418 "atan" => "5",
1419 "atanh" => "5",
1420 "backsolve" => "5",
1421 "ceiling" => "5",
1422 "chol" => "5",
1423 "choose" => "5",
1424 "choose.multinomial" => "5",
1425 "compare" => "5",
1426 "Comparison" => "5",
1427 "Complex" => "5",
1428 "Conj" => "5",
1429 "cos" => "5",
1430 "cosh" => "5",
1431 "crossprod" => "5",
1432 "cummax" => "5",
1433 "cummin" => "5",
1434 "cumprod" => "5",
1435 "cumsum" => "5",
1436 "data.matrix" => "5",
1437 "det" => "5",
1438 "det.eigen.Hermitian" => "5",
1439 "det.eigen.Matrix" => "5",
1440 "det.Hermitian" => "5",
1441 "det.LowerTriangular" => "5",
1442 "det.lu.Hermitian" => "5",
1443 "det.lu.Matrix" => "5",
1444 "det.Matrix" => "5",
1445 "det.object" => "5",
1446 "det.qr.Matrix" => "5",
1447 "det.schur.Matrix" => "5",
1448 "det.svd.Matrix" => "5",
1449 "det.UnitLowerTriangular" => "5",
1450 "det.UnitUpperTriangular" => "5",
1451 "det.UpperTriangular" => "5",
1452 "diag" => "5",
1453 "drop" => "5",
1454 "eigen" => "5",
1455 "eigen.default" => "5",
1456 "eigen.Hermitian" => "5",
1457 "eigen.Hermitian.object" => "5",
1458 "eigen.Matrix" => "5",
1459 "eigen.Matrix.object" => "5",
1460 "exp" => "5",
1461 "expand" => "5",
1462 "expand.eigen.Matrix.object" => "5",
1463 "expand.lu.Hermitian.object" => "5",
1464 "expand.lu.Matrix.object" => "5",
1465 "expand.qr.Matrix.object" => "5",
1466 "facmul" => "5",
1467 "facmul.lu.Hermitian" => "5",
1468 "facmul.lu.Matrix" => "5",
1469 "facmul.qr.Matrix" => "5",
1470 "factorial" => "5",
1471 "floor" => "5",
1472 "function" => "8",
1473 "gamma" => "5",
1474 "ginverse" => "5",
1475 "Hermitian.test" => "5",
1476 "Im" => "5",
1477 "inverse" => "5",
1478 "is.ColOrthonormal" => "5",
1479 "is.finite" => "5",
1480 "is.Hermitian" => "5",
1481 "is.infinite" => "5",
1482 "is.LowerTriangular" => "5",
1483 "is.nan" => "5",
1484 "is.number" => "5",
1485 "is.Orthonormal" => "5",
1486 "is.qr" => "5",
1487 "is.RowOrthonormal" => "5",
1488 "is.UpperTriangular" => "5",
1489 "ivp.ab" => "5",
1490 "kronecker" => "5",
1491 "la.env" => "5",
1492 "lapply" => "5",
1493 "lgamma" => "5",
1494 "log" => "5",
1495 "log10" => "5",
1496 "Logic" => "5",
1497 "lower.tri" => "5",
1498 "LowerTriangular.test" => "5",
1499 "lu" => "5",
1500 "lu.Hermitian" => "5",
1501 "lu.Hermitian.object" => "5",
1502 "lu.Matrix" => "5",
1503 "lu.Matrix.object" => "5",
1504 "Math.data.frame" => "5",
1505 "Matrix" => "5",
1506 "Matrix-product" => "5",
1507 "Matrix.class" => "5",
1508 "max" => "5",
1509 "min" => "5",
1510 "Mod" => "5",
1511 "norm" => "5",
1512 "norm.eigen.Hermitian" => "5",
1513 "norm.Hermitian" => "5",
1514 "norm.LowerTriangular" => "5",
1515 "norm.Matrix" => "5",
1516 "norm.svd.Matrix" => "5",
1517 "norm.UnitLowerTriangular" => "5",
1518 "norm.UnitUpperTriangular" => "5",
1519 "norm.UpperTriangular" => "5",
1520 "Orthonormal.test" => "5",
1521 "outer" => "5",
1522 "pmax" => "5",
1523 "pmin" => "5",
1524 "polyroot" => "5",
1525 "print.array" => "7",
1526 "print.list" => "7",
1527 "prod" => "5",
1528 "qr" => "5",
1529 "qr.coef" => "5",
1530 "qr.default" => "5",
1531 "qr.fitted" => "5",
1532 "qr.Matrix" => "5",
1533 "qr.Matrix.object" => "5",
1534 "qr.Q" => "5",
1535 "qr.qty" => "5",
1536 "qr.qy" => "5",
1537 "qr.R" => "5",
1538 "qr.resid" => "5",
1539 "qr.X" => "5",
1540 "rank" => "5",
1541 "rcond" => "5",
1542 "rcond.eigen.Hermitian" => "5",
1543 "rcond.Hermitian" => "5",
1544 "rcond.LowerTriangular" => "5",
1545 "rcond.lu.Hermitian" => "5",
1546 "rcond.lu.Matrix" => "5",
1547 "rcond.Matrix" => "5",
1548 "rcond.qr.Matrix" => "5",
1549 "rcond.svd.Matrix" => "5",
1550 "rcond.UnitLowerTriangular" => "5",
1551 "rcond.UnitUpperTriangular" => "5",
1552 "rcond.UpperTriangular" => "5",
1553 "Re" => "5",
1554 "return" => "8",
1555 "round" => "5",
1556 "Saab" => "5",
1557 "Saaab" => "5",
1558 "sapply" => "5",
1559 "scale" => "5",
1560 "schur" => "5",
1561 "schur.Matrix" => "5",
1562 "schur.Matrix.object" => "5",
1563 "schurmod" => "5",
1564 "sign" => "5",
1565 "signif" => "5",
1566 "sin" => "5",
1567 "sinh" => "5",
1568 "solve" => "5",
1569 "solve.default" => "5",
1570 "solve.eigen.Hermitian" => "5",
1571 "solve.Hermitian" => "5",
1572 "solve.LowerTriangular" => "5",
1573 "solve.lu.Hermitian" => "5",
1574 "solve.lu.Matrix" => "5",
1575 "solve.Matrix" => "5",
1576 "solve.qr.Matrix" => "5",
1577 "solve.svd.Matrix" => "5",
1578 "solve.UnitLowerTriangular" => "5",
1579 "solve.UnitUpperTriangular" => "5",
1580 "solve.UpperTriangular" => "5",
1581 "sqrt" => "5",
1582 "sum" => "5",
1583 "Summary.data.frame" => "5",
1584 "svd" => "5",
1585 "svd.default" => "5",
1586 "svd.Matrix" => "5",
1587 "svd.Matrix.object" => "5",
1588 "sweep" => "5",
1589 "Syntax" => "8",
1590 "t" => "5",
1591 "t.default" => "5",
1592 "tan" => "5",
1593 "tanh" => "5",
1594 "trunc" => "5",
1595 "unpack" => "5",
1596 "UpperTriangular.test" => "5",
1597 "vecnorm" => "5",
1598 "which.inf" => "5",
1599 "which.na" => "5",
1600 "which.nan" => "5",
1601 "xor" => "5",
1602 "^" => "5",
1603 "{" => "8",
1604 "|" => "5",
1605 "||" => "8",
1606 "~" => "6",
1607 "as.formula" => "6",
1608 "check.factor" => "6",
1609 "deviance" => "6",
1610 "formula" => "6",
1611 "formula.default" => "6",
1612 "inherits" => "6",
1613 "Methods" => "6",
1614 "specs" => "6",
1615 "summary" => "6",
1616 "deparse" => "8",
1617 "objprint" => "7",
1618 "page" => "7",
1619 "print" => "7",
1620 "print.atomic" => "7",
1621 "print.by" => "7",
1622 "print.default" => "7",
1623 "print.lmRobMM" => "7",
1624 "print.manova" => "7",
1625 "print.matrix" => "7",
1626 "print.structure" => "7",
1627 "print.summary.factanal" => "7",
1628 "print.summary.lmRobMM" => "7",
1629 "print.summary.manova" => "7",
1630 "print.summary.survfit" => "7",
1631 "summary.default" => "7",
1632 "access" => "8",
1633 "all.names" => "8",
1634 "all.vars" => "8",
1635 "allocated" => "8",
1636 "amatch" => "8",
1637 "as.call" => "8",
1638 "as.expression" => "8",
1639 "break" => "8",
1640 "browser" => "8",
1641 "browser.default" => "8",
1642 "call" => "8",
1643 "call_S" => "8",
1644 "clear.frame" => "8",
1645 "dataset.date" => "8",
1646 "DBLEPR" => "8",
1647 "dll.load" => "8",
1648 "dll.load.info" => "8",
1649 "dll.load.list" => "8",
1650 "dll.symbol.list" => "8",
1651 "dll.unload" => "8",
1652 "do.call" => "8",
1653 "dyn.load" => "8",
1654 "dyn.load.lib" => "8",
1655 "else" => "8",
1656 "eval" => "8",
1657 "expression" => "8",
1658 "find.calls" => "8",
1659 "For" => "8",
1660 "for" => "8",
1661 "frame.attr" => "8",
1662 "frame.attributes" => "8",
1663 "if" => "8",
1664 "inspect" => "8",
1665 "interactive" => "8",
1666 "INTPR" => "8",
1667 "invisible" => "8",
1668 "is.call" => "8",
1669 "is.expression" => "8",
1670 "make.names" => "8",
1671 "match.arg" => "8",
1672 "match.call" => "8",
1673 "missing" => "8",
1674 "move.frame" => "8",
1675 "nargs" => "8",
1676 "new.frame" => "8",
1677 "next" => "8",
1678 "on.exit" => "8",
1679 "parse" => "8",
1680 "parse.test" => "8",
1681 "Program" => "8",
1682 "REALPR" => "8",
1683 "Recall" => "8",
1684 "repeat" => "8",
1685 "restart" => "8",
1686 "S.format" => "8",
1687 "S_alloc" => "8",
1688 "silent.startup" => "8",
1689 "std.trace" => "8",
1690 "std.xtrace" => "8",
1691 "stop" => "8",
1692 "storage" => "8",
1693 "substitute" => "8",
1694 "switch" => "8",
1695 "synchronize" => "8",
1696 "sys.call" => "8",
1697 "sys.calls" => "8",
1698 "sys.frame" => "8",
1699 "sys.frames" => "8",
1700 "sys.function" => "8",
1701 "sys.nframe" => "8",
1702 "sys.on.exit" => "8",
1703 "sys.parent" => "8",
1704 "sys.parents" => "8",
1705 "sys.status" => "8",
1706 "sys.trace" => "8",
1707 "system" => "8",
1708 "tprint" => "8",
1709 "trace" => "8",
1710 "trace.on" => "8",
1711 "traceback" => "8",
1712 "untrace" => "8",
1713 "warning" => "8",
1714 "while" => "8",
1715 "win3" => "8",
1716 "XERROR" => "8",
1717 "xerror" => "8",
1718 "xerror.clear" => "8",
1719 "xerror.maxpr" => "8",
1720 "xerror.setfile" => "8",
1721 "xerror.summary" => "8",
1722 "XERRWV" => "8");
1723
1724// Special extensions
1725
1726// Each category can specify a PHP function that returns an altered
1727// version of the keyword.
1728
1729
1730
1731$this->linkscripts = array(
1732 "5" => "donothing",
1733 "1" => "donothing",
1734 "6" => "donothing",
1735 "8" => "donothing",
1736 "3" => "donothing",
1737 "2" => "donothing",
1738 "7" => "donothing",
1739 "4" => "donothing");
1740}
1741
1742
1743function donothing($keywordin)
1744{
1745 return $keywordin;
1746}
1747
1748}?>
$BEAUT_PATH
Definition: HFile_s.php:2
HFile_s()
Definition: HFile_s.php:6
donothing($keywordin)
Definition: HFile_s.php:1743