ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_s Class Reference
+ Inheritance diagram for HFile_s:
+ Collaboration diagram for HFile_s:

Public Member Functions

 HFile_s ()
 
 donothing ($keywordin)
 
- Public Member Functions inherited from HFile
 __construct ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

Detailed Description

Definition at line 7 of file HFile_s.php.

Member Function Documentation

◆ donothing()

HFile_s::donothing (   $keywordin)

Definition at line 1747 of file HFile_s.php.

1748  {
1749  return $keywordin;
1750  }

◆ HFile_s()

HFile_s::HFile_s ( )

Definition at line 9 of file HFile_s.php.

References array.

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

The documentation for this class was generated from the following file: