This file is indexed.

/usr/lib/R/library/base/html/00Index.html is in r-base-html 3.0.2-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: The R Base Package</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="R.css">
</head><body>
<h1> The R Base Package
<img class="toplogo" src="../../../doc/html/logo.jpg" alt="[R logo]">
</h1>
<hr>
<div align="center">
<a href="../../../doc/html/packages.html"><img src="../../../doc/html/left.jpg" alt="[Up]" width="30" height="30" border="0"></a>
<a href="../../../doc/html/index.html"><img src="../../../doc/html/up.jpg" alt="[Top]" width="30" height="30" border="0"></a>
</div><h2>Documentation for package &lsquo;base&rsquo; version 3.0.2</h2>

<ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li>
<li><a href="../demo">Code demos</a>.  Use <a href="../../utils/help/demo">demo()</a> to run them.</li>
</ul>

<h2>Help Pages</h2>


<p align="center">
<a href="# "> </a>
<a href="#A">A</a>
<a href="#B">B</a>
<a href="#C">C</a>
<a href="#D">D</a>
<a href="#E">E</a>
<a href="#F">F</a>
<a href="#G">G</a>
<a href="#H">H</a>
<a href="#I">I</a>
<a href="#J">J</a>
<a href="#K">K</a>
<a href="#L">L</a>
<a href="#M">M</a>
<a href="#N">N</a>
<a href="#O">O</a>
<a href="#P">P</a>
<a href="#Q">Q</a>
<a href="#R">R</a>
<a href="#S">S</a>
<a href="#T">T</a>
<a href="#U">U</a>
<a href="#V">V</a>
<a href="#W">W</a>
<a href="#X">X</a>
<a href="#Z">Z</a>
<a href="#misc">misc</a>
</p>

<table width="100%">
<tr><td width="25%"><a href="base-package.html">base-package</a></td>
<td>The R Base Package</td></tr>
</table>

<h2><a name="A">-- A --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="abbreviate.html">abbreviate</a></td>
<td>Abbreviate Strings</td></tr>
<tr><td width="25%"><a href="MathFun.html">abs</a></td>
<td>Miscellaneous Mathematical Functions</td></tr>
<tr><td width="25%"><a href="Trig.html">acos</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="Hyperbolic.html">acosh</a></td>
<td>Hyperbolic Functions</td></tr>
<tr><td width="25%"><a href="factor.html">addNA</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="taskCallback.html">addTaskCallback</a></td>
<td>Add or Remove a Top-Level Task Callback</td></tr>
<tr><td width="25%"><a href="agrep.html">agrep</a></td>
<td>Approximate String Matching (Fuzzy Matching)</td></tr>
<tr><td width="25%"><a href="list.html">alist</a></td>
<td>Lists - Generic and Dotted Pairs</td></tr>
<tr><td width="25%"><a href="all.html">all</a></td>
<td>Are All Values True?</td></tr>
<tr><td width="25%"><a href="all.equal.html">all.equal</a></td>
<td>Test if Two Objects are (Nearly) Equal</td></tr>
<tr><td width="25%"><a href="allnames.html">all.names</a></td>
<td>Find All Names in an Expression</td></tr>
<tr><td width="25%"><a href="allnames.html">all.vars</a></td>
<td>Find All Names in an Expression</td></tr>
<tr><td width="25%"><a href="any.html">any</a></td>
<td>Are Some Values True?</td></tr>
<tr><td width="25%"><a href="duplicated.html">anyDuplicated</a></td>
<td>Determine Duplicate Elements</td></tr>
<tr><td width="25%"><a href="aperm.html">aperm</a></td>
<td>Array Transposition</td></tr>
<tr><td width="25%"><a href="append.html">append</a></td>
<td>Vector Merging</td></tr>
<tr><td width="25%"><a href="apply.html">apply</a></td>
<td>Apply Functions Over Array Margins</td></tr>
<tr><td width="25%"><a href="complex.html">Arg</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="args.html">args</a></td>
<td>Argument List of a Function</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">Arithmetic</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="array.html">array</a></td>
<td>Multi-way Arrays</td></tr>
<tr><td width="25%"><a href="which.html">arrayInd</a></td>
<td>Which indices are TRUE?</td></tr>
<tr><td width="25%"><a href="array.html">as.array</a></td>
<td>Multi-way Arrays</td></tr>
<tr><td width="25%"><a href="call.html">as.call</a></td>
<td>Function Calls</td></tr>
<tr><td width="25%"><a href="character.html">as.character</a></td>
<td>Character Vectors</td></tr>
<tr><td width="25%"><a href="conditions.html">as.character.condition</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="as.Date.html">as.character.Date</a></td>
<td>Date Conversion Functions to and from Character</td></tr>
<tr><td width="25%"><a href="hexmode.html">as.character.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="numeric_version.html">as.character.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="octmode.html">as.character.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="strptime.html">as.character.POSIXt</a></td>
<td>Date-time Conversion Functions to and from Character</td></tr>
<tr><td width="25%"><a href="srcfile.html">as.character.srcref</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="complex.html">as.complex</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="as.data.frame.html">as.data.frame</a></td>
<td>Coerce to a Data Frame</td></tr>
<tr><td width="25%"><a href="as.data.frame.html">as.data.frame.AsIs</a></td>
<td>Coerce to a Data Frame</td></tr>
<tr><td width="25%"><a href="Dates.html">as.data.frame.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="numeric_version.html">as.data.frame.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">as.data.frame.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="table.html">as.data.frame.table</a></td>
<td>Cross Tabulation and Table Creation</td></tr>
<tr><td width="25%"><a href="as.Date.html">as.Date</a></td>
<td>Date Conversion Functions to and from Character</td></tr>
<tr><td width="25%"><a href="difftime.html">as.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="double.html">as.double</a></td>
<td>Double-Precision Vectors</td></tr>
<tr><td width="25%"><a href="difftime.html">as.double.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="as.POSIXlt.html">as.double.POSIXlt</a></td>
<td>Date-time Conversion Functions</td></tr>
<tr><td width="25%"><a href="as.environment.html">as.environment</a></td>
<td>Coerce to an Environment Object</td></tr>
<tr><td width="25%"><a href="expression.html">as.expression</a></td>
<td>Unevaluated Expressions</td></tr>
<tr><td width="25%"><a href="factor.html">as.factor</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="as.function.html">as.function</a></td>
<td>Convert Object to Function</td></tr>
<tr><td width="25%"><a href="hexmode.html">as.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="integer.html">as.integer</a></td>
<td>Integer Vectors</td></tr>
<tr><td width="25%"><a href="list.html">as.list</a></td>
<td>Lists - Generic and Dotted Pairs</td></tr>
<tr><td width="25%"><a href="Dates.html">as.list.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="numeric_version.html">as.list.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">as.list.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="logical.html">as.logical</a></td>
<td>Logical Vectors</td></tr>
<tr><td width="25%"><a href="matrix.html">as.matrix</a></td>
<td>Matrices</td></tr>
<tr><td width="25%"><a href="noquote.html">as.matrix.noquote</a></td>
<td>Class for 'no quote' Printing of Character Strings</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">as.matrix.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="name.html">as.name</a></td>
<td>Names and Symbols</td></tr>
<tr><td width="25%"><a href="NULL.html">as.null</a></td>
<td>The Null Object</td></tr>
<tr><td width="25%"><a href="numeric.html">as.numeric</a></td>
<td>Numeric Vectors</td></tr>
<tr><td width="25%"><a href="numeric_version.html">as.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="octmode.html">as.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="factor.html">as.ordered</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="numeric_version.html">as.package_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="list.html">as.pairlist</a></td>
<td>Lists - Generic and Dotted Pairs</td></tr>
<tr><td width="25%"><a href="as.POSIXlt.html">as.POSIXct</a></td>
<td>Date-time Conversion Functions</td></tr>
<tr><td width="25%"><a href="as.POSIXlt.html">as.POSIXlt</a></td>
<td>Date-time Conversion Functions</td></tr>
<tr><td width="25%"><a href="qr.html">as.qr</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="raw.html">as.raw</a></td>
<td>Raw Vectors</td></tr>
<tr><td width="25%"><a href="double.html">as.single</a></td>
<td>Double-Precision Vectors</td></tr>
<tr><td width="25%"><a href="name.html">as.symbol</a></td>
<td>Names and Symbols</td></tr>
<tr><td width="25%"><a href="table.html">as.table</a></td>
<td>Cross Tabulation and Table Creation</td></tr>
<tr><td width="25%"><a href="vector.html">as.vector</a></td>
<td>Vectors</td></tr>
<tr><td width="25%"><a href="Trig.html">asin</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="Hyperbolic.html">asinh</a></td>
<td>Hyperbolic Functions</td></tr>
<tr><td width="25%"><a href="AsIs.html">AsIs</a></td>
<td>Inhibit Interpretation/Conversion of Objects</td></tr>
<tr><td width="25%"><a href="isS4.html">asS3</a></td>
<td>Test for an S4 object</td></tr>
<tr><td width="25%"><a href="isS4.html">asS4</a></td>
<td>Test for an S4 object</td></tr>
<tr><td width="25%"><a href="assign.html">assign</a></td>
<td>Assign a Value to a Name</td></tr>
<tr><td width="25%"><a href="assignOps.html">assignOps</a></td>
<td>Assignment Operators</td></tr>
<tr><td width="25%"><a href="Trig.html">atan</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="Trig.html">atan2</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="Hyperbolic.html">atanh</a></td>
<td>Hyperbolic Functions</td></tr>
<tr><td width="25%"><a href="vector.html">atomic</a></td>
<td>Vectors</td></tr>
<tr><td width="25%"><a href="attach.html">attach</a></td>
<td>Attach Set of R Objects to Search Path</td></tr>
<tr><td width="25%"><a href="ns-load.html">attachNamespace</a></td>
<td>Loading and Unloading Name Spaces</td></tr>
<tr><td width="25%"><a href="attr.html">attr</a></td>
<td>Object Attributes</td></tr>
<tr><td width="25%"><a href="all.equal.html">attr.all.equal</a></td>
<td>Test if Two Objects are (Nearly) Equal</td></tr>
<tr><td width="25%"><a href="attributes.html">attributes</a></td>
<td>Object Attribute Lists</td></tr>
<tr><td width="25%"><a href="autoload.html">autoload</a></td>
<td>On-demand Loading of Packages</td></tr>
<tr><td width="25%"><a href="autoload.html">autoloader</a></td>
<td>On-demand Loading of Packages</td></tr>
<tr><td width="25%"><a href="autoload.html">Autoloads</a></td>
<td>On-demand Loading of Packages</td></tr>
</table>

<h2><a name="B">-- B --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="Quotes.html">backquote</a></td>
<td>Quotes</td></tr>
<tr><td width="25%"><a href="backsolve.html">backsolve</a></td>
<td>Solve an Upper or Lower Triangular System</td></tr>
<tr><td width="25%"><a href="Quotes.html">backtick</a></td>
<td>Quotes</td></tr>
<tr><td width="25%"><a href="base-package.html">base</a></td>
<td>The R Base Package</td></tr>
<tr><td width="25%"><a href="environment.html">baseenv</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="basename.html">basename</a></td>
<td>Manipulate File Paths</td></tr>
<tr><td width="25%"><a href="Bessel.html">Bessel</a></td>
<td>Bessel Functions</td></tr>
<tr><td width="25%"><a href="Bessel.html">bessel</a></td>
<td>Bessel Functions</td></tr>
<tr><td width="25%"><a href="Bessel.html">besselI</a></td>
<td>Bessel Functions</td></tr>
<tr><td width="25%"><a href="Bessel.html">besselJ</a></td>
<td>Bessel Functions</td></tr>
<tr><td width="25%"><a href="Bessel.html">besselK</a></td>
<td>Bessel Functions</td></tr>
<tr><td width="25%"><a href="Bessel.html">besselY</a></td>
<td>Bessel Functions</td></tr>
<tr><td width="25%"><a href="Special.html">beta</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="bindenv.html">bindenv</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="bindenv.html">bindingIsActive</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="bindenv.html">bindingIsLocked</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="gettext.html">bindtextdomain</a></td>
<td>Translate Text Messages</td></tr>
<tr><td width="25%"><a href="bitwise.html">bitwAnd</a></td>
<td>Bitwise Logical Operations</td></tr>
<tr><td width="25%"><a href="bitwise.html">bitwNot</a></td>
<td>Bitwise Logical Operations</td></tr>
<tr><td width="25%"><a href="bitwise.html">bitwOr</a></td>
<td>Bitwise Logical Operations</td></tr>
<tr><td width="25%"><a href="bitwise.html">bitwShiftL</a></td>
<td>Bitwise Logical Operations</td></tr>
<tr><td width="25%"><a href="bitwise.html">bitwShiftR</a></td>
<td>Bitwise Logical Operations</td></tr>
<tr><td width="25%"><a href="bitwise.html">bitwXor</a></td>
<td>Bitwise Logical Operations</td></tr>
<tr><td width="25%"><a href="body.html">body</a></td>
<td>Access to and Manipulation of the Body of a Function</td></tr>
<tr><td width="25%"><a href="bquote.html">bquote</a></td>
<td>Partial substitution in expressions</td></tr>
<tr><td width="25%"><a href="Control.html">break</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="browser.html">browser</a></td>
<td>Environment Browser</td></tr>
<tr><td width="25%"><a href="browserText.html">browserCondition</a></td>
<td>Functions to Retrieve Values Supplied by Calls to the Browser</td></tr>
<tr><td width="25%"><a href="browserText.html">browserSetDebug</a></td>
<td>Functions to Retrieve Values Supplied by Calls to the Browser</td></tr>
<tr><td width="25%"><a href="browserText.html">browserText</a></td>
<td>Functions to Retrieve Values Supplied by Calls to the Browser</td></tr>
<tr><td width="25%"><a href="builtins.html">builtins</a></td>
<td>Returns the Names of All Built-in Objects</td></tr>
<tr><td width="25%"><a href="by.html">by</a></td>
<td>Apply a Function to a Data Frame Split by Factors</td></tr>
<tr><td width="25%"><a href="connections.html">bzfile</a></td>
<td>Functions to Manipulate Connections</td></tr>
</table>

<h2><a name="C">-- C --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="c.html">c</a></td>
<td>Combine Values into a Vector or List</td></tr>
<tr><td width="25%"><a href="Dates.html">c.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="noquote.html">c.noquote</a></td>
<td>Class for 'no quote' Printing of Character Strings</td></tr>
<tr><td width="25%"><a href="numeric_version.html">c.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">c.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="call.html">call</a></td>
<td>Function Calls</td></tr>
<tr><td width="25%"><a href="callCC.html">callCC</a></td>
<td>Call With Current Continuation</td></tr>
<tr><td width="25%"><a href="capabilities.html">capabilities</a></td>
<td>Report Capabilities of this Build of R</td></tr>
<tr><td width="25%"><a href="chartr.html">casefold</a></td>
<td>Character Translation and Casefolding</td></tr>
<tr><td width="25%"><a href="cat.html">cat</a></td>
<td>Concatenate and Print</td></tr>
<tr><td width="25%"><a href="cbind.html">cbind</a></td>
<td>Combine R Objects by Rows or Columns</td></tr>
<tr><td width="25%"><a href="cbind.html">cbind.data.frame</a></td>
<td>Combine R Objects by Rows or Columns</td></tr>
<tr><td width="25%"><a href="Round.html">ceiling</a></td>
<td>Rounding of Numbers</td></tr>
<tr><td width="25%"><a href="char.expand.html">char.expand</a></td>
<td>Expand a String with Respect to a Target Table</td></tr>
<tr><td width="25%"><a href="character.html">character</a></td>
<td>Character Vectors</td></tr>
<tr><td width="25%"><a href="charmatch.html">charmatch</a></td>
<td>Partial String Matching</td></tr>
<tr><td width="25%"><a href="rawConversion.html">charToRaw</a></td>
<td>Convert to or from Raw Vectors</td></tr>
<tr><td width="25%"><a href="chartr.html">chartr</a></td>
<td>Character Translation and Casefolding</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">check_tzones</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="chol.html">chol</a></td>
<td>The Choleski Decomposition</td></tr>
<tr><td width="25%"><a href="chol2inv.html">chol2inv</a></td>
<td>Inverse from Choleski (or QR) Decomposition</td></tr>
<tr><td width="25%"><a href="Special.html">choose</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="class.html">class</a></td>
<td>Object Classes</td></tr>
<tr><td width="25%"><a href="pushBack.html">clearPushBack</a></td>
<td>Push Text Back on to a Connection</td></tr>
<tr><td width="25%"><a href="connections.html">clipboard</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="connections.html">close</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="srcfile.html">close.srcfile</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">close.srcfilealias</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="showConnections.html">closeAllConnections</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="function.html">closure</a></td>
<td>Function Definition</td></tr>
<tr><td width="25%"><a href="col.html">col</a></td>
<td>Column Indexes</td></tr>
<tr><td width="25%"><a href="Comparison.html">collation</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="colSums.html">colMeans</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="colnames.html">colnames</a></td>
<td>Row and Column Names</td></tr>
<tr><td width="25%"><a href="Colon.html">colon</a></td>
<td>Colon Operator</td></tr>
<tr><td width="25%"><a href="colSums.html">colSums</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="commandArgs.html">commandArgs</a></td>
<td>Extract Command Line Arguments</td></tr>
<tr><td width="25%"><a href="comment.html">comment</a></td>
<td>Query or Set a '"comment"' Attribute</td></tr>
<tr><td width="25%"><a href="Comparison.html">Comparison</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="groupGeneric.html">Complex</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="complex.html">complex</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="conditions.html">computeRestarts</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">condition</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">conditionCall</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">conditionCall.condition</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">conditionMessage</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">conditionMessage.condition</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">conditions</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conflicts.html">conflicts</a></td>
<td>Search for Masked Objects on the Search Path</td></tr>
<tr><td width="25%"><a href="complex.html">Conj</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="connections.html">connection</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="connections.html">connections</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="Constants.html">Constants</a></td>
<td>Built-in Constants</td></tr>
<tr><td width="25%"><a href="contributors.html">contributors</a></td>
<td>R Project Contributors</td></tr>
<tr><td width="25%"><a href="Control.html">Control</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="copyright.html">copyright</a></td>
<td>Copyrights of Files Used to Build R</td></tr>
<tr><td width="25%"><a href="copyright.html">copyrights</a></td>
<td>Copyrights of Files Used to Build R</td></tr>
<tr><td width="25%"><a href="Trig.html">cos</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="Hyperbolic.html">cosh</a></td>
<td>Hyperbolic Functions</td></tr>
<tr><td width="25%"><a href="crossprod.html">crossprod</a></td>
<td>Matrix Crossproduct</td></tr>
<tr><td width="25%"><a href="Cstack_info.html">Cstack_info</a></td>
<td>Report Information on C Stack Size and Usage</td></tr>
<tr><td width="25%"><a href="cumsum.html">cummax</a></td>
<td>Cumulative Sums, Products, and Extremes</td></tr>
<tr><td width="25%"><a href="cumsum.html">cummin</a></td>
<td>Cumulative Sums, Products, and Extremes</td></tr>
<tr><td width="25%"><a href="cumsum.html">cumprod</a></td>
<td>Cumulative Sums, Products, and Extremes</td></tr>
<tr><td width="25%"><a href="cumsum.html">cumsum</a></td>
<td>Cumulative Sums, Products, and Extremes</td></tr>
<tr><td width="25%"><a href="cut.html">cut</a></td>
<td>Convert Numeric to Factor</td></tr>
<tr><td width="25%"><a href="cut.POSIXt.html">cut.POSIXt</a></td>
<td>Convert a Date or Date-Time Object to a Factor</td></tr>
</table>

<h2><a name="D">-- D --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="data.class.html">data.class</a></td>
<td>Object Classes</td></tr>
<tr><td width="25%"><a href="data.frame.html">data.frame</a></td>
<td>Data Frames</td></tr>
<tr><td width="25%"><a href="data.matrix.html">data.matrix</a></td>
<td>Convert a Data Frame to a Numeric Matrix</td></tr>
<tr><td width="25%"><a href="Dates.html">Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="date.html">date</a></td>
<td>System Date and Time</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">date-time</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="Dates.html">Dates</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">DateTimeClasses</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="debug.html">debug</a></td>
<td>Debug a Function</td></tr>
<tr><td width="25%"><a href="debug.html">debugonce</a></td>
<td>Debug a Function</td></tr>
<tr><td width="25%"><a href="data.frame.html">default.stringsAsFactors</a></td>
<td>Data Frames</td></tr>
<tr><td width="25%"><a href="Defunct.html">Defunct</a></td>
<td>Marking Objects as Defunct</td></tr>
<tr><td width="25%"><a href="Defunct.html">defunct</a></td>
<td>Marking Objects as Defunct</td></tr>
<tr><td width="25%"><a href="delayedAssign.html">delayedAssign</a></td>
<td>Delay Evaluation</td></tr>
<tr><td width="25%"><a href="deparse.html">deparse</a></td>
<td>Expression Deparsing</td></tr>
<tr><td width="25%"><a href="Deprecated.html">Deprecated</a></td>
<td>Marking Objects as Deprecated</td></tr>
<tr><td width="25%"><a href="Deprecated.html">deprecated</a></td>
<td>Marking Objects as Deprecated</td></tr>
<tr><td width="25%"><a href="det.html">det</a></td>
<td>Calculate the Determinant of a Matrix</td></tr>
<tr><td width="25%"><a href="detach.html">detach</a></td>
<td>Detach Objects from the Search Path</td></tr>
<tr><td width="25%"><a href="det.html">determinant</a></td>
<td>Calculate the Determinant of a Matrix</td></tr>
<tr><td width="25%"><a href="dput.html">dget</a></td>
<td>Write an Object to a File or Recreate it</td></tr>
<tr><td width="25%"><a href="diag.html">diag</a></td>
<td>Matrix Diagonals</td></tr>
<tr><td width="25%"><a href="diff.html">diff</a></td>
<td>Lagged Differences</td></tr>
<tr><td width="25%"><a href="difftime.html">difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="Special.html">digamma</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="dim.html">dim</a></td>
<td>Dimensions of an Object</td></tr>
<tr><td width="25%"><a href="dimnames.html">dimnames</a></td>
<td>Dimnames of an Object</td></tr>
<tr><td width="25%"><a href="list.files.html">dir</a></td>
<td>List the Files in a Directory/Folder</td></tr>
<tr><td width="25%"><a href="files2.html">dir.create</a></td>
<td>Manipulaton of Directories and File Permissions</td></tr>
<tr><td width="25%"><a href="basename.html">dirname</a></td>
<td>Manipulate File Paths</td></tr>
<tr><td width="25%"><a href="EnvVar.html">DISPLAY</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="getLoadedDLLs.html">DLLInfo</a></td>
<td>Get DLLs Loaded in Current Session</td></tr>
<tr><td width="25%"><a href="getLoadedDLLs.html">DLLInfoList</a></td>
<td>Get DLLs Loaded in Current Session</td></tr>
<tr><td width="25%"><a href="do.call.html">do.call</a></td>
<td>Execute a Function Call</td></tr>
<tr><td width="25%"><a href="double.html">double</a></td>
<td>Double-Precision Vectors</td></tr>
<tr><td width="25%"><a href="dput.html">dput</a></td>
<td>Write an Object to a File or Recreate it</td></tr>
<tr><td width="25%"><a href="sQuote.html">dQuote</a></td>
<td>Quote Text</td></tr>
<tr><td width="25%"><a href="drop.html">drop</a></td>
<td>Drop Redundant Extent Information</td></tr>
<tr><td width="25%"><a href="droplevels.html">droplevels</a></td>
<td>droplevels</td></tr>
<tr><td width="25%"><a href="dump.html">dump</a></td>
<td>Text Representations of R Objects</td></tr>
<tr><td width="25%"><a href="duplicated.html">duplicated</a></td>
<td>Determine Duplicate Elements</td></tr>
<tr><td width="25%"><a href="numeric_version.html">duplicated.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">duplicated.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="dynload.html">dyn.load</a></td>
<td>Foreign Function Interface</td></tr>
<tr><td width="25%"><a href="dynload.html">dyn.unload</a></td>
<td>Foreign Function Interface</td></tr>
</table>

<h2><a name="E">-- E --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="eapply.html">eapply</a></td>
<td>Apply a Function Over Values in an Environment</td></tr>
<tr><td width="25%"><a href="EnvVar.html">EDITOR</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="eigen.html">eigen</a></td>
<td>Spectral Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="Control.html">else</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="environment.html">emptyenv</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="Encoding.html">enc2native</a></td>
<td>Read or Set the Declared Encodings for a Character Vector</td></tr>
<tr><td width="25%"><a href="Encoding.html">enc2utf8</a></td>
<td>Read or Set the Declared Encodings for a Character Vector</td></tr>
<tr><td width="25%"><a href="environment.html">enclosure</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="encodeString.html">encodeString</a></td>
<td>Encode Character Vector as for Printing</td></tr>
<tr><td width="25%"><a href="Encoding.html">Encoding</a></td>
<td>Read or Set the Declared Encodings for a Character Vector</td></tr>
<tr><td width="25%"><a href="substitute.html">enquote</a></td>
<td>Substituting and Quoting Expressions</td></tr>
<tr><td width="25%"><a href="environment.html">env.profile</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="environment.html">environment</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="EnvVar.html">environment variables</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="bindenv.html">environmentIsLocked</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="environment.html">environmentName</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="eval.html">eval</a></td>
<td>Evaluate an (Unevaluated) Expression</td></tr>
<tr><td width="25%"><a href="eval.html">eval.parent</a></td>
<td>Evaluate an (Unevaluated) Expression</td></tr>
<tr><td width="25%"><a href="eval.html">evalq</a></td>
<td>Evaluate an (Unevaluated) Expression</td></tr>
<tr><td width="25%"><a href="exists.html">exists</a></td>
<td>Is an Object Defined?</td></tr>
<tr><td width="25%"><a href="Log.html">exp</a></td>
<td>Logarithms and Exponentials</td></tr>
<tr><td width="25%"><a href="expand.grid.html">expand.grid</a></td>
<td>Create a Data Frame from All Combinations of Factors</td></tr>
<tr><td width="25%"><a href="Log.html">expm1</a></td>
<td>Logarithms and Exponentials</td></tr>
<tr><td width="25%"><a href="expression.html">expression</a></td>
<td>Unevaluated Expressions</td></tr>
<tr><td width="25%"><a href="Extract.html">Extract</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
</table>

<h2><a name="F">-- F --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="logical.html">F</a></td>
<td>Logical Vectors</td></tr>
<tr><td width="25%"><a href="factor.html">factor</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="Special.html">factorial</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="logical.html">FALSE</a></td>
<td>Logical Vectors</td></tr>
<tr><td width="25%"><a href="connections.html">fifo</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="connections.html">file</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="file.access.html">file.access</a></td>
<td>Ascertain File Accessibility</td></tr>
<tr><td width="25%"><a href="files.html">file.append</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="file.choose.html">file.choose</a></td>
<td>Choose a File Interactively</td></tr>
<tr><td width="25%"><a href="files.html">file.copy</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="files.html">file.create</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="files.html">file.exists</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="file.info.html">file.info</a></td>
<td>Extract File Information</td></tr>
<tr><td width="25%"><a href="files.html">file.link</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="file.path.html">file.path</a></td>
<td>Construct Path to File</td></tr>
<tr><td width="25%"><a href="files.html">file.remove</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="files.html">file.rename</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="file.show.html">file.show</a></td>
<td>Display One or More Files</td></tr>
<tr><td width="25%"><a href="files.html">file.symlink</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="files.html">files</a></td>
<td>File Manipulation</td></tr>
<tr><td width="25%"><a href="funprog.html">Filter</a></td>
<td>Common Higher-Order Functions in Functional Programming Languages</td></tr>
<tr><td width="25%"><a href="funprog.html">Find</a></td>
<td>Common Higher-Order Functions in Functional Programming Languages</td></tr>
<tr><td width="25%"><a href="find.package.html">find.package</a></td>
<td>Find Packages</td></tr>
<tr><td width="25%"><a href="findInterval.html">findInterval</a></td>
<td>Find Interval Numbers or Indices</td></tr>
<tr><td width="25%"><a href="conditions.html">findRestart</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="is.finite.html">finite</a></td>
<td>Finite, Infinite and NaN Numbers</td></tr>
<tr><td width="25%"><a href="Round.html">floor</a></td>
<td>Rounding of Numbers</td></tr>
<tr><td width="25%"><a href="connections.html">flush</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="Control.html">for</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="force.html">force</a></td>
<td>Force Evaluation of an Argument</td></tr>
<tr><td width="25%"><a href="Foreign.html">Foreign</a></td>
<td>Foreign Function Interface</td></tr>
<tr><td width="25%"><a href="formals.html">formals</a></td>
<td>Access to and Manipulation of the Formal Arguments</td></tr>
<tr><td width="25%"><a href="format.html">format</a></td>
<td>Encode in a Common Format</td></tr>
<tr><td width="25%"><a href="as.Date.html">format.Date</a></td>
<td>Date Conversion Functions to and from Character</td></tr>
<tr><td width="25%"><a href="difftime.html">format.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="hexmode.html">format.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="format.info.html">format.info</a></td>
<td>format(.) Information</td></tr>
<tr><td width="25%"><a href="library.html">format.libraryIQR</a></td>
<td>Loading and Listing of Packages</td></tr>
<tr><td width="25%"><a href="numeric_version.html">format.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="octmode.html">format.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="library.html">format.packageInfo</a></td>
<td>Loading and Listing of Packages</td></tr>
<tr><td width="25%"><a href="strptime.html">format.POSIXct</a></td>
<td>Date-time Conversion Functions to and from Character</td></tr>
<tr><td width="25%"><a href="format.pval.html">format.pval</a></td>
<td>Format P Values</td></tr>
<tr><td width="25%"><a href="summary.html">format.summaryDefault</a></td>
<td>Object Summaries</td></tr>
<tr><td width="25%"><a href="formatc.html">formatC</a></td>
<td>Formatting Using C-style Formats</td></tr>
<tr><td width="25%"><a href="formatDL.html">formatDL</a></td>
<td>Format Description Lists</td></tr>
<tr><td width="25%"><a href="backsolve.html">forwardsolve</a></td>
<td>Solve an Upper or Lower Triangular System</td></tr>
<tr><td width="25%"><a href="function.html">function</a></td>
<td>Function Definition</td></tr>
<tr><td width="25%"><a href="agrep.html">fuzzy matching</a></td>
<td>Approximate String Matching (Fuzzy Matching)</td></tr>
</table>

<h2><a name="G">-- G --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="Special.html">gamma</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="gc.html">gc</a></td>
<td>Garbage Collection</td></tr>
<tr><td width="25%"><a href="gc.time.html">gc.time</a></td>
<td>Report Time Spent in Garbage Collection</td></tr>
<tr><td width="25%"><a href="gc.html">gcinfo</a></td>
<td>Garbage Collection</td></tr>
<tr><td width="25%"><a href="gctorture.html">gctorture</a></td>
<td>Torture Garbage Collector</td></tr>
<tr><td width="25%"><a href="gctorture.html">gctorture2</a></td>
<td>Torture Garbage Collector</td></tr>
<tr><td width="25%"><a href="get.html">get</a></td>
<td>Return the Value of a Named Object</td></tr>
<tr><td width="25%"><a href="showConnections.html">getAllConnections</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="showConnections.html">getConnection</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="getDLLRegisteredRoutines.html">getDLLRegisteredRoutines</a></td>
<td>Reflectance Information for C/Fortran routines in a DLL</td></tr>
<tr><td width="25%"><a href="Extract.html">getElement</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="stop.html">geterrmessage</a></td>
<td>Stop Function Execution</td></tr>
<tr><td width="25%"><a href="userhooks.html">getHook</a></td>
<td>Functions to Get and Set Hooks for Load, Attach, Detach and Unload</td></tr>
<tr><td width="25%"><a href="getLoadedDLLs.html">getLoadedDLLs</a></td>
<td>Get DLLs Loaded in Current Session</td></tr>
<tr><td width="25%"><a href="getNativeSymbolInfo.html">getNativeSymbolInfo</a></td>
<td>Obtain a Description of one or more Native (C/Fortran) Symbols</td></tr>
<tr><td width="25%"><a href="options.html">getOption</a></td>
<td>Options Settings</td></tr>
<tr><td width="25%"><a href="numeric_version.html">getRversion</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="srcfile.html">getSrcLines</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="taskCallbackNames.html">getTaskCallbackNames</a></td>
<td>Query the Names of the Current Internal Top-Level Task Callbacks</td></tr>
<tr><td width="25%"><a href="gettext.html">gettext</a></td>
<td>Translate Text Messages</td></tr>
<tr><td width="25%"><a href="sprintf.html">gettextf</a></td>
<td>Use C-style String Formatting Commands</td></tr>
<tr><td width="25%"><a href="getwd.html">getwd</a></td>
<td>Get or Set Working Directory</td></tr>
<tr><td width="25%"><a href="gl.html">gl</a></td>
<td>Generate Factor Levels</td></tr>
<tr><td width="25%"><a href="environment.html">globalenv</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="grep.html">gregexpr</a></td>
<td>Pattern Matching and Replacement</td></tr>
<tr><td width="25%"><a href="grep.html">grep</a></td>
<td>Pattern Matching and Replacement</td></tr>
<tr><td width="25%"><a href="grep.html">grepl</a></td>
<td>Pattern Matching and Replacement</td></tr>
<tr><td width="25%"><a href="grepRaw.html">grepRaw</a></td>
<td>Pattern Matching for Raw Vectors</td></tr>
<tr><td width="25%"><a href="groupGeneric.html">group generic</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="groupGeneric.html">groupGeneric</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="grep.html">gsub</a></td>
<td>Pattern Matching and Replacement</td></tr>
<tr><td width="25%"><a href="gzcon.html">gzcon</a></td>
<td>(De)compress I/O Through Connections</td></tr>
<tr><td width="25%"><a href="connections.html">gzfile</a></td>
<td>Functions to Manipulate Connections</td></tr>
</table>

<h2><a name="H">-- H --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="hexmode.html">hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="EnvVar.html">HOME</a></td>
<td>Environment Variables</td></tr>
</table>

<h2><a name="I">-- I --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="AsIs.html">I</a></td>
<td>Inhibit Interpretation/Conversion of Objects</td></tr>
<tr><td width="25%"><a href="iconv.html">iconv</a></td>
<td>Convert Character Vector between Encodings</td></tr>
<tr><td width="25%"><a href="iconv.html">iconvlist</a></td>
<td>Convert Character Vector between Encodings</td></tr>
<tr><td width="25%"><a href="icuSetCollate.html">icuSetCollate</a></td>
<td>Setup Collation by ICU</td></tr>
<tr><td width="25%"><a href="identical.html">identical</a></td>
<td>Test Objects for Exact Equality</td></tr>
<tr><td width="25%"><a href="identity.html">identity</a></td>
<td>Identity Function</td></tr>
<tr><td width="25%"><a href="Control.html">if</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="ifelse.html">ifelse</a></td>
<td>Conditional Element Selection</td></tr>
<tr><td width="25%"><a href="complex.html">Im</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="Control.html">in</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="is.finite.html">Inf</a></td>
<td>Finite, Infinite and NaN Numbers</td></tr>
<tr><td width="25%"><a href="class.html">inherits</a></td>
<td>Object Classes</td></tr>
<tr><td width="25%"><a href="integer.html">integer</a></td>
<td>Integer Vectors</td></tr>
<tr><td width="25%"><a href="interaction.html">interaction</a></td>
<td>Compute Factor Interactions</td></tr>
<tr><td width="25%"><a href="interactive.html">interactive</a></td>
<td>Is R Running Interactively?</td></tr>
<tr><td width="25%"><a href="InternalMethods.html">internal generic</a></td>
<td>Internal Generic Functions</td></tr>
<tr><td width="25%"><a href="InternalMethods.html">InternalGenerics</a></td>
<td>Internal Generic Functions</td></tr>
<tr><td width="25%"><a href="InternalMethods.html">InternalMethods</a></td>
<td>Internal Generic Functions</td></tr>
<tr><td width="25%"><a href="sets.html">intersect</a></td>
<td>Set Operations</td></tr>
<tr><td width="25%"><a href="sets.html">intersection</a></td>
<td>Set Operations</td></tr>
<tr><td width="25%"><a href="rawConversion.html">intToBits</a></td>
<td>Convert to or from Raw Vectors</td></tr>
<tr><td width="25%"><a href="utf8Conversion.html">intToUtf8</a></td>
<td>Convert to or from UTF-8-encoded Character Vectors</td></tr>
<tr><td width="25%"><a href="rle.html">inverse.rle</a></td>
<td>Run Length Encoding</td></tr>
<tr><td width="25%"><a href="invisible.html">invisible</a></td>
<td>Change the Print Mode to Invisible</td></tr>
<tr><td width="25%"><a href="conditions.html">invokeRestart</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">invokeRestartInteractively</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="array.html">is.array</a></td>
<td>Multi-way Arrays</td></tr>
<tr><td width="25%"><a href="is.recursive.html">is.atomic</a></td>
<td>Is an Object Atomic or Recursive?</td></tr>
<tr><td width="25%"><a href="call.html">is.call</a></td>
<td>Function Calls</td></tr>
<tr><td width="25%"><a href="character.html">is.character</a></td>
<td>Character Vectors</td></tr>
<tr><td width="25%"><a href="complex.html">is.complex</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="as.data.frame.html">is.data.frame</a></td>
<td>Coerce to a Data Frame</td></tr>
<tr><td width="25%"><a href="double.html">is.double</a></td>
<td>Double-Precision Vectors</td></tr>
<tr><td width="25%"><a href="sets.html">is.element</a></td>
<td>Set Operations</td></tr>
<tr><td width="25%"><a href="environment.html">is.environment</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="expression.html">is.expression</a></td>
<td>Unevaluated Expressions</td></tr>
<tr><td width="25%"><a href="factor.html">is.factor</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="is.finite.html">is.finite</a></td>
<td>Finite, Infinite and NaN Numbers</td></tr>
<tr><td width="25%"><a href="is.function.html">is.function</a></td>
<td>Is an Object of Type (Primitive) Function?</td></tr>
<tr><td width="25%"><a href="is.finite.html">is.infinite</a></td>
<td>Finite, Infinite and NaN Numbers</td></tr>
<tr><td width="25%"><a href="integer.html">is.integer</a></td>
<td>Integer Vectors</td></tr>
<tr><td width="25%"><a href="is.language.html">is.language</a></td>
<td>Is an Object a Language Object?</td></tr>
<tr><td width="25%"><a href="list.html">is.list</a></td>
<td>Lists - Generic and Dotted Pairs</td></tr>
<tr><td width="25%"><a href="dynload.html">is.loaded</a></td>
<td>Foreign Function Interface</td></tr>
<tr><td width="25%"><a href="logical.html">is.logical</a></td>
<td>Logical Vectors</td></tr>
<tr><td width="25%"><a href="matrix.html">is.matrix</a></td>
<td>Matrices</td></tr>
<tr><td width="25%"><a href="NA.html">is.na</a></td>
<td>'Not Available' / Missing Values</td></tr>
<tr><td width="25%"><a href="numeric_version.html">is.na.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">is.na.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="name.html">is.name</a></td>
<td>Names and Symbols</td></tr>
<tr><td width="25%"><a href="is.finite.html">is.nan</a></td>
<td>Finite, Infinite and NaN Numbers</td></tr>
<tr><td width="25%"><a href="NULL.html">is.null</a></td>
<td>The Null Object</td></tr>
<tr><td width="25%"><a href="numeric.html">is.numeric</a></td>
<td>Numeric Vectors</td></tr>
<tr><td width="25%"><a href="difftime.html">is.numeric.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="numeric_version.html">is.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="is.object.html">is.object</a></td>
<td>Is an Object 'internally classed'?</td></tr>
<tr><td width="25%"><a href="factor.html">is.ordered</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="numeric_version.html">is.package_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="list.html">is.pairlist</a></td>
<td>Lists - Generic and Dotted Pairs</td></tr>
<tr><td width="25%"><a href="is.function.html">is.primitive</a></td>
<td>Is an Object of Type (Primitive) Function?</td></tr>
<tr><td width="25%"><a href="qr.html">is.qr</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="isR.html">is.R</a></td>
<td>Are we using R, rather than S?</td></tr>
<tr><td width="25%"><a href="raw.html">is.raw</a></td>
<td>Raw Vectors</td></tr>
<tr><td width="25%"><a href="is.recursive.html">is.recursive</a></td>
<td>Is an Object Atomic or Recursive?</td></tr>
<tr><td width="25%"><a href="is.single.html">is.single</a></td>
<td>Is an Object of Single Precision Type?</td></tr>
<tr><td width="25%"><a href="name.html">is.symbol</a></td>
<td>Names and Symbols</td></tr>
<tr><td width="25%"><a href="table.html">is.table</a></td>
<td>Cross Tabulation and Table Creation</td></tr>
<tr><td width="25%"><a href="is.unsorted.html">is.unsorted</a></td>
<td>Test if an Object is Not Sorted</td></tr>
<tr><td width="25%"><a href="vector.html">is.vector</a></td>
<td>Vectors</td></tr>
<tr><td width="25%"><a href="showConnections.html">isatty</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="debug.html">isdebugged</a></td>
<td>Debug a Function</td></tr>
<tr><td width="25%"><a href="connections.html">isIncomplete</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="ISOdatetime.html">ISOdate</a></td>
<td>Date-time Conversion Functions from Numeric Representations</td></tr>
<tr><td width="25%"><a href="ISOdatetime.html">ISOdatetime</a></td>
<td>Date-time Conversion Functions from Numeric Representations</td></tr>
<tr><td width="25%"><a href="connections.html">isOpen</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="conditions.html">isRestart</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="isS4.html">isS4</a></td>
<td>Test for an S4 object</td></tr>
<tr><td width="25%"><a href="seek.html">isSeekable</a></td>
<td>Functions to Reposition Connections</td></tr>
<tr><td width="25%"><a href="isSymmetric.html">isSymmetric</a></td>
<td>Test if a Matrix or other Object is Symmetric</td></tr>
<tr><td width="25%"><a href="Logic.html">isTRUE</a></td>
<td>Logical Operators</td></tr>
</table>

<h2><a name="J">-- J --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="jitter.html">jitter</a></td>
<td>'Jitter' (Add Noise) to Numbers</td></tr>
<tr><td width="25%"><a href="weekday.POSIXt.html">julian</a></td>
<td>Extract Parts of a POSIXt or Date Object</td></tr>
</table>

<h2><a name="K">-- K --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="kappa.html">kappa</a></td>
<td>Compute or Estimate the Condition Number of a Matrix</td></tr>
<tr><td width="25%"><a href="kronecker.html">kronecker</a></td>
<td>Kronecker Products on Arrays</td></tr>
</table>

<h2><a name="L">-- L --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="l10n_info.html">l10n_info</a></td>
<td>Localization Information</td></tr>
<tr><td width="25%"><a href="svd.html">La.svd</a></td>
<td>Singular Value Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="labels.html">labels</a></td>
<td>Find Labels from Object</td></tr>
<tr><td width="25%"><a href="EnvVar.html">LANGUAGE</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="lapply.html">lapply</a></td>
<td>Apply a Function over a List or Vector</td></tr>
<tr><td width="25%"><a href="warnings.html">last.warning</a></td>
<td>Print Warning Messages</td></tr>
<tr><td width="25%"><a href="Special.html">lbeta</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="Special.html">lchoose</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="locales.html">LC_ALL</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_COLLATE</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_CTYPE</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_MEASUREMENT</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_MESSAGES</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_MONETARY</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_NUMERIC</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_PAPER</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="locales.html">LC_TIME</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="length.html">length</a></td>
<td>Length of an Object</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">length.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="Constants.html">LETTERS</a></td>
<td>Built-in Constants</td></tr>
<tr><td width="25%"><a href="Constants.html">letters</a></td>
<td>Built-in Constants</td></tr>
<tr><td width="25%"><a href="levels.html">levels</a></td>
<td>Levels Attributes</td></tr>
<tr><td width="25%"><a href="Special.html">lfactorial</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="Special.html">lgamma</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="library.html">library</a></td>
<td>Loading and Listing of Packages</td></tr>
<tr><td width="25%"><a href="library.dynam.html">library.dynam</a></td>
<td>Loading DLLs from Packages</td></tr>
<tr><td width="25%"><a href="library.dynam.html">library.dynam.unload</a></td>
<td>Loading DLLs from Packages</td></tr>
<tr><td width="25%"><a href="license.html">licence</a></td>
<td>The R License Terms</td></tr>
<tr><td width="25%"><a href="license.html">license</a></td>
<td>The R License Terms</td></tr>
<tr><td width="25%"><a href="list.html">list</a></td>
<td>Lists - Generic and Dotted Pairs</td></tr>
<tr><td width="25%"><a href="list.files.html">list.dirs</a></td>
<td>List the Files in a Directory/Folder</td></tr>
<tr><td width="25%"><a href="list.files.html">list.files</a></td>
<td>List the Files in a Directory/Folder</td></tr>
<tr><td width="25%"><a href="list2env.html">list2env</a></td>
<td>From A List, Build or Add To an Environment</td></tr>
<tr><td width="25%"><a href="load.html">load</a></td>
<td>Reload Saved Datasets</td></tr>
<tr><td width="25%"><a href="ns-load.html">loadedNamespaces</a></td>
<td>Loading and Unloading Name Spaces</td></tr>
<tr><td width="25%"><a href="ns-load.html">loadNamespace</a></td>
<td>Loading and Unloading Name Spaces</td></tr>
<tr><td width="25%"><a href="eval.html">local</a></td>
<td>Evaluate an (Unevaluated) Expression</td></tr>
<tr><td width="25%"><a href="Sys.localeconv.html">localeconv</a></td>
<td>Find Details of the Numerical and Monetary Representations in the Current Locale</td></tr>
<tr><td width="25%"><a href="locales.html">locales</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="bindenv.html">lockBinding</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="bindenv.html">lockEnvironment</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="Log.html">log</a></td>
<td>Logarithms and Exponentials</td></tr>
<tr><td width="25%"><a href="Log.html">log10</a></td>
<td>Logarithms and Exponentials</td></tr>
<tr><td width="25%"><a href="Log.html">log1p</a></td>
<td>Logarithms and Exponentials</td></tr>
<tr><td width="25%"><a href="Log.html">log2</a></td>
<td>Logarithms and Exponentials</td></tr>
<tr><td width="25%"><a href="Log.html">logb</a></td>
<td>Logarithms and Exponentials</td></tr>
<tr><td width="25%"><a href="Logic.html">Logic</a></td>
<td>Logical Operators</td></tr>
<tr><td width="25%"><a href="logical.html">logical</a></td>
<td>Logical Vectors</td></tr>
<tr><td width="25%"><a href="LongVectors.html">long vector</a></td>
<td>Long Vectors</td></tr>
<tr><td width="25%"><a href="LongVectors.html">Long vectors</a></td>
<td>Long Vectors</td></tr>
<tr><td width="25%"><a href="LongVectors.html">long vectors</a></td>
<td>Long Vectors</td></tr>
<tr><td width="25%"><a href="lower.tri.html">lower.tri</a></td>
<td>Lower and Upper Triangular Part of a Matrix</td></tr>
<tr><td width="25%"><a href="ls.html">ls</a></td>
<td>List Objects</td></tr>
</table>

<h2><a name="M">-- M --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="make.names.html">make.names</a></td>
<td>Make Syntactically Valid Names</td></tr>
<tr><td width="25%"><a href="make.unique.html">make.unique</a></td>
<td>Make Character Strings Unique</td></tr>
<tr><td width="25%"><a href="bindenv.html">makeActiveBinding</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="EnvVar.html">MAKEINDEX</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="funprog.html">Map</a></td>
<td>Common Higher-Order Functions in Functional Programming Languages</td></tr>
<tr><td width="25%"><a href="mapply.html">mapply</a></td>
<td>Apply a Function to Multiple List or Vector Arguments</td></tr>
<tr><td width="25%"><a href="margin.table.html">margin.table</a></td>
<td>Compute table margin</td></tr>
<tr><td width="25%"><a href="mat.or.vec.html">mat.or.vec</a></td>
<td>Create a Matrix or a Vector</td></tr>
<tr><td width="25%"><a href="match.html">match</a></td>
<td>Value Matching</td></tr>
<tr><td width="25%"><a href="match.arg.html">match.arg</a></td>
<td>Argument Verification Using Partial Matching</td></tr>
<tr><td width="25%"><a href="match.call.html">match.call</a></td>
<td>Argument Matching</td></tr>
<tr><td width="25%"><a href="match.fun.html">match.fun</a></td>
<td>Extract a Function Specified by Name</td></tr>
<tr><td width="25%"><a href="groupGeneric.html">Math</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="Dates.html">Math.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="difftime.html">Math.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="factor.html">Math.factor</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">Math.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">Math.POSIXt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="matmult.html">matmult</a></td>
<td>Matrix Multiplication</td></tr>
<tr><td width="25%"><a href="matrix.html">matrix</a></td>
<td>Matrices</td></tr>
<tr><td width="25%"><a href="Extremes.html">max</a></td>
<td>Maxima and Minima</td></tr>
<tr><td width="25%"><a href="maxCol.html">max.col</a></td>
<td>Find Maximum Position in Matrix</td></tr>
<tr><td width="25%"><a href="mean.html">mean</a></td>
<td>Arithmetic Mean</td></tr>
<tr><td width="25%"><a href="Dates.html">mean.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="difftime.html">mean.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">mean.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="memCompress.html">memCompress</a></td>
<td>In-memory Compression and Decompression</td></tr>
<tr><td width="25%"><a href="memCompress.html">memDecompress</a></td>
<td>In-memory Compression and Decompression</td></tr>
<tr><td width="25%"><a href="Memory.html">Memory</a></td>
<td>Memory Available for Data Storage</td></tr>
<tr><td width="25%"><a href="Memory-limits.html">Memory-limits</a></td>
<td>Memory Limits in R</td></tr>
<tr><td width="25%"><a href="memory.profile.html">memory.profile</a></td>
<td>Profile the Usage of Cons Cells</td></tr>
<tr><td width="25%"><a href="merge.html">merge</a></td>
<td>Merge Two Data Frames</td></tr>
<tr><td width="25%"><a href="message.html">message</a></td>
<td>Diagnostic Messages</td></tr>
<tr><td width="25%"><a href="get.html">mget</a></td>
<td>Return the Value of a Named Object</td></tr>
<tr><td width="25%"><a href="Extremes.html">min</a></td>
<td>Maxima and Minima</td></tr>
<tr><td width="25%"><a href="missing.html">missing</a></td>
<td>Does a Formal Argument have a Value?</td></tr>
<tr><td width="25%"><a href="complex.html">Mod</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="mode.html">mode</a></td>
<td>The (Storage) Mode of an Object</td></tr>
<tr><td width="25%"><a href="Constants.html">month.abb</a></td>
<td>Built-in Constants</td></tr>
<tr><td width="25%"><a href="weekday.POSIXt.html">months</a></td>
<td>Extract Parts of a POSIXt or Date Object</td></tr>
</table>

<h2><a name="N">-- N --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="NA.html">NA</a></td>
<td>'Not Available' / Missing Values</td></tr>
<tr><td width="25%"><a href="name.html">name</a></td>
<td>Names and Symbols</td></tr>
<tr><td width="25%"><a href="names.html">names</a></td>
<td>The Names of an Object</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">names.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="is.finite.html">NaN</a></td>
<td>Finite, Infinite and NaN Numbers</td></tr>
<tr><td width="25%"><a href="nargs.html">nargs</a></td>
<td>The Number of Arguments to a Function</td></tr>
<tr><td width="25%"><a href="getNativeSymbolInfo.html">NativeSymbol</a></td>
<td>Obtain a Description of one or more Native (C/Fortran) Symbols</td></tr>
<tr><td width="25%"><a href="getNativeSymbolInfo.html">NativeSymbolInfo</a></td>
<td>Obtain a Description of one or more Native (C/Fortran) Symbols</td></tr>
<tr><td width="25%"><a href="NA.html">NA_character_</a></td>
<td>'Not Available' / Missing Values</td></tr>
<tr><td width="25%"><a href="NA.html">NA_complex_</a></td>
<td>'Not Available' / Missing Values</td></tr>
<tr><td width="25%"><a href="NA.html">NA_integer_</a></td>
<td>'Not Available' / Missing Values</td></tr>
<tr><td width="25%"><a href="NA.html">NA_real_</a></td>
<td>'Not Available' / Missing Values</td></tr>
<tr><td width="25%"><a href="nchar.html">nchar</a></td>
<td>Count the Number of Characters (or Bytes or Width)</td></tr>
<tr><td width="25%"><a href="nrow.html">NCOL</a></td>
<td>The Number of Rows/Columns of an Array</td></tr>
<tr><td width="25%"><a href="nrow.html">ncol</a></td>
<td>The Number of Rows/Columns of an Array</td></tr>
<tr><td width="25%"><a href="funprog.html">Negate</a></td>
<td>Common Higher-Order Functions in Functional Programming Languages</td></tr>
<tr><td width="25%"><a href="environment.html">new.env</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="Control.html">next</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="UseMethod.html">NextMethod</a></td>
<td>Class Methods</td></tr>
<tr><td width="25%"><a href="gettext.html">ngettext</a></td>
<td>Translate Text Messages</td></tr>
<tr><td width="25%"><a href="nlevels.html">nlevels</a></td>
<td>The Number of Levels of a Factor</td></tr>
<tr><td width="25%"><a href="noquote.html">noquote</a></td>
<td>Class for 'no quote' Printing of Character Strings</td></tr>
<tr><td width="25%"><a href="norm.html">norm</a></td>
<td>Compute the Norm of a Matrix</td></tr>
<tr><td width="25%"><a href="normalizePath.html">normalizePath</a></td>
<td>Express File Paths in Canonical Form</td></tr>
<tr><td width="25%"><a href="notyet.html">NotYetImplemented</a></td>
<td>Not Yet Implemented Functions and Unused Arguments</td></tr>
<tr><td width="25%"><a href="notyet.html">NotYetUsed</a></td>
<td>Not Yet Implemented Functions and Unused Arguments</td></tr>
<tr><td width="25%"><a href="nrow.html">NROW</a></td>
<td>The Number of Rows/Columns of an Array</td></tr>
<tr><td width="25%"><a href="nrow.html">nrow</a></td>
<td>The Number of Rows/Columns of an Array</td></tr>
<tr><td width="25%"><a href="NULL.html">NULL</a></td>
<td>The Null Object</td></tr>
<tr><td width="25%"><a href="numeric.html">numeric</a></td>
<td>Numeric Vectors</td></tr>
<tr><td width="25%"><a href="NumericConstants.html">NumericConstants</a></td>
<td>Numeric Constants</td></tr>
<tr><td width="25%"><a href="numeric_version.html">numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="nchar.html">nzchar</a></td>
<td>Count the Number of Characters (or Bytes or Width)</td></tr>
</table>

<h2><a name="O">-- O --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="ls.html">objects</a></td>
<td>List Objects</td></tr>
<tr><td width="25%"><a href="octmode.html">octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="class.html">oldClass</a></td>
<td>Object Classes</td></tr>
<tr><td width="25%"><a href="on.exit.html">on.exit</a></td>
<td>Function Exit Code</td></tr>
<tr><td width="25%"><a href="connections.html">open</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="srcfile.html">open.srcfile</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">open.srcfilealias</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="groupGeneric.html">Ops</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="Ops.Date.html">Ops.Date</a></td>
<td>Operators on the Date Class</td></tr>
<tr><td width="25%"><a href="difftime.html">Ops.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="factor.html">Ops.factor</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="numeric_version.html">Ops.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="factor.html">Ops.ordered</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">Ops.POSIXt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="options.html">option</a></td>
<td>Options Settings</td></tr>
<tr><td width="25%"><a href="options.html">options</a></td>
<td>Options Settings</td></tr>
<tr><td width="25%"><a href="order.html">order</a></td>
<td>Ordering Permutation</td></tr>
<tr><td width="25%"><a href="factor.html">ordered</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="outer.html">outer</a></td>
<td>Outer Product of Arrays</td></tr>
</table>

<h2><a name="P">-- P --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="userhooks.html">packageEvent</a></td>
<td>Functions to Get and Set Hooks for Load, Attach, Detach and Unload</td></tr>
<tr><td width="25%"><a href="message.html">packageStartupMessage</a></td>
<td>Diagnostic Messages</td></tr>
<tr><td width="25%"><a href="numeric_version.html">package_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="rawConversion.html">packBits</a></td>
<td>Convert to or from Raw Vectors</td></tr>
<tr><td width="25%"><a href="EnvVar.html">PAGER</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="list.html">pairlist</a></td>
<td>Lists - Generic and Dotted Pairs</td></tr>
<tr><td width="25%"><a href="Paren.html">Paren</a></td>
<td>Parentheses and Braces</td></tr>
<tr><td width="25%"><a href="environment.html">parent.env</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="sys.parent.html">parent.frame</a></td>
<td>Functions to Access the Function Call Stack</td></tr>
<tr><td width="25%"><a href="parse.html">parse</a></td>
<td>Parse Expressions</td></tr>
<tr><td width="25%"><a href="paste.html">paste</a></td>
<td>Concatenate Strings</td></tr>
<tr><td width="25%"><a href="paste.html">paste0</a></td>
<td>Concatenate Strings</td></tr>
<tr><td width="25%"><a href="path.expand.html">path.expand</a></td>
<td>Expand File Paths</td></tr>
<tr><td width="25%"><a href="find.package.html">path.package</a></td>
<td>Find Packages</td></tr>
<tr><td width="25%"><a href="Constants.html">pi</a></td>
<td>Built-in Constants</td></tr>
<tr><td width="25%"><a href="connections.html">pipe</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="pmatch.html">pmatch</a></td>
<td>Partial String Matching</td></tr>
<tr><td width="25%"><a href="Extremes.html">pmax</a></td>
<td>Maxima and Minima</td></tr>
<tr><td width="25%"><a href="Extremes.html">pmax.int</a></td>
<td>Maxima and Minima</td></tr>
<tr><td width="25%"><a href="Extremes.html">pmin</a></td>
<td>Maxima and Minima</td></tr>
<tr><td width="25%"><a href="Extremes.html">pmin.int</a></td>
<td>Maxima and Minima</td></tr>
<tr><td width="25%"><a href="polyroot.html">polyroot</a></td>
<td>Find Zeros of a Real or Complex Polynomial</td></tr>
<tr><td width="25%"><a href="pos.to.env.html">pos.to.env</a></td>
<td>Convert Positions in the Search Path to Environments</td></tr>
<tr><td width="25%"><a href="funprog.html">Position</a></td>
<td>Common Higher-Order Functions in Functional Programming Languages</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">POSIXt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="pretty.html">pretty</a></td>
<td>Pretty Breakpoints</td></tr>
<tr><td width="25%"><a href="formatc.html">prettyNum</a></td>
<td>Formatting Using C-style Formats</td></tr>
<tr><td width="25%"><a href="Primitive.html">primitive</a></td>
<td>Look Up a Primitive Function</td></tr>
<tr><td width="25%"><a href="print.html">print</a></td>
<td>Print Values</td></tr>
<tr><td width="25%"><a href="AsIs.html">print.AsIs</a></td>
<td>Inhibit Interpretation/Conversion of Objects</td></tr>
<tr><td width="25%"><a href="by.html">print.by</a></td>
<td>Apply a Function to a Data Frame Split by Factors</td></tr>
<tr><td width="25%"><a href="conditions.html">print.condition</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="connections.html">print.connection</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="print.dataframe.html">print.data.frame</a></td>
<td>Printing Data Frames</td></tr>
<tr><td width="25%"><a href="Dates.html">print.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="print.default.html">print.default</a></td>
<td>Default Printing</td></tr>
<tr><td width="25%"><a href="difftime.html">print.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="getLoadedDLLs.html">print.DLLInfo</a></td>
<td>Get DLLs Loaded in Current Session</td></tr>
<tr><td width="25%"><a href="hexmode.html">print.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="library.html">print.libraryIQR</a></td>
<td>Loading and Listing of Packages</td></tr>
<tr><td width="25%"><a href="getDLLRegisteredRoutines.html">print.NativeRoutineList</a></td>
<td>Reflectance Information for C/Fortran routines in a DLL</td></tr>
<tr><td width="25%"><a href="noquote.html">print.noquote</a></td>
<td>Class for 'no quote' Printing of Character Strings</td></tr>
<tr><td width="25%"><a href="numeric_version.html">print.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="octmode.html">print.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="library.html">print.packageInfo</a></td>
<td>Loading and Listing of Packages</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">print.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="proc.time.html">print.proc_time</a></td>
<td>Running Time of R</td></tr>
<tr><td width="25%"><a href="rle.html">print.rle</a></td>
<td>Run Length Encoding</td></tr>
<tr><td width="25%"><a href="print.html">print.simple.list</a></td>
<td>Print Values</td></tr>
<tr><td width="25%"><a href="srcfile.html">print.srcfile</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">print.srcref</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="table.html">print.summary.table</a></td>
<td>Cross Tabulation and Table Creation</td></tr>
<tr><td width="25%"><a href="summary.html">print.summaryDefault</a></td>
<td>Object Summaries</td></tr>
<tr><td width="25%"><a href="print.html">print.table</a></td>
<td>Print Values</td></tr>
<tr><td width="25%"><a href="warnings.html">print.warnings</a></td>
<td>Print Warning Messages</td></tr>
<tr><td width="25%"><a href="prmatrix.html">prmatrix</a></td>
<td>Print Matrices, Old-style</td></tr>
<tr><td width="25%"><a href="proc.time.html">proc.time</a></td>
<td>Running Time of R</td></tr>
<tr><td width="25%"><a href="prod.html">prod</a></td>
<td>Product of Vector Elements</td></tr>
<tr><td width="25%"><a href="delayedAssign.html">promise</a></td>
<td>Delay Evaluation</td></tr>
<tr><td width="25%"><a href="delayedAssign.html">promises</a></td>
<td>Delay Evaluation</td></tr>
<tr><td width="25%"><a href="prop.table.html">prop.table</a></td>
<td>Express Table Entries as Fraction of Marginal Table</td></tr>
<tr><td width="25%"><a href="dimnames.html">provideDimnames</a></td>
<td>Dimnames of an Object</td></tr>
<tr><td width="25%"><a href="Special.html">psigamma</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="pushBack.html">pushBack</a></td>
<td>Push Text Back on to a Connection</td></tr>
<tr><td width="25%"><a href="pushBack.html">pushBackLength</a></td>
<td>Push Text Back on to a Connection</td></tr>
</table>

<h2><a name="Q">-- Q --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="quit.html">q</a></td>
<td>Terminate an R Session</td></tr>
<tr><td width="25%"><a href="qr.html">qr</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qr.html">qr.coef</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qr.html">qr.default</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qr.html">qr.fitted</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qraux.html">qr.Q</a></td>
<td>Reconstruct the Q, R, or X Matrices from a QR Object</td></tr>
<tr><td width="25%"><a href="qr.html">qr.qty</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qr.html">qr.qy</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qraux.html">qr.R</a></td>
<td>Reconstruct the Q, R, or X Matrices from a QR Object</td></tr>
<tr><td width="25%"><a href="qr.html">qr.resid</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qr.html">qr.solve</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="qraux.html">qr.X</a></td>
<td>Reconstruct the Q, R, or X Matrices from a QR Object</td></tr>
<tr><td width="25%"><a href="weekday.POSIXt.html">quarters</a></td>
<td>Extract Parts of a POSIXt or Date Object</td></tr>
<tr><td width="25%"><a href="quit.html">quit</a></td>
<td>Terminate an R Session</td></tr>
<tr><td width="25%"><a href="substitute.html">quote</a></td>
<td>Substituting and Quoting Expressions</td></tr>
<tr><td width="25%"><a href="Quotes.html">Quotes</a></td>
<td>Quotes</td></tr>
</table>

<h2><a name="R">-- R --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="Rhome.html">R.home</a></td>
<td>Return the R Home Directory</td></tr>
<tr><td width="25%"><a href="Version.html">R.Version</a></td>
<td>Version Information</td></tr>
<tr><td width="25%"><a href="Version.html">R.version.string</a></td>
<td>Version Information</td></tr>
<tr><td width="25%"><a href="Random.html">Random</a></td>
<td>Random Number Generation</td></tr>
<tr><td width="25%"><a href="Random-user.html">Random.user</a></td>
<td>User-supplied Random Number Generation</td></tr>
<tr><td width="25%"><a href="range.html">range</a></td>
<td>Range of Values</td></tr>
<tr><td width="25%"><a href="rank.html">rank</a></td>
<td>Sample Ranks</td></tr>
<tr><td width="25%"><a href="rapply.html">rapply</a></td>
<td>Recursively Apply a Function to a List</td></tr>
<tr><td width="25%"><a href="raw.html">raw</a></td>
<td>Raw Vectors</td></tr>
<tr><td width="25%"><a href="rawConnection.html">rawConnection</a></td>
<td>Raw Connections</td></tr>
<tr><td width="25%"><a href="rawConnection.html">rawConnectionValue</a></td>
<td>Raw Connections</td></tr>
<tr><td width="25%"><a href="rawConversion.html">rawShift</a></td>
<td>Convert to or from Raw Vectors</td></tr>
<tr><td width="25%"><a href="rawConversion.html">rawToBits</a></td>
<td>Convert to or from Raw Vectors</td></tr>
<tr><td width="25%"><a href="rawConversion.html">rawToChar</a></td>
<td>Convert to or from Raw Vectors</td></tr>
<tr><td width="25%"><a href="cbind.html">rbind</a></td>
<td>Combine R Objects by Rows or Columns</td></tr>
<tr><td width="25%"><a href="cbind.html">rbind.data.frame</a></td>
<td>Combine R Objects by Rows or Columns</td></tr>
<tr><td width="25%"><a href="kappa.html">rcond</a></td>
<td>Compute or Estimate the Condition Number of a Matrix</td></tr>
<tr><td width="25%"><a href="RdUtils.html">Rd2pdf</a></td>
<td>Utilities for Processing Rd Files</td></tr>
<tr><td width="25%"><a href="RdUtils.html">Rdconv</a></td>
<td>Utilities for Processing Rd Files</td></tr>
<tr><td width="25%"><a href="complex.html">Re</a></td>
<td>Complex Vectors</td></tr>
<tr><td width="25%"><a href="dcf.html">read.dcf</a></td>
<td>Read and Write Data in DCF Format</td></tr>
<tr><td width="25%"><a href="readBin.html">readBin</a></td>
<td>Transfer Binary Data To and From Connections</td></tr>
<tr><td width="25%"><a href="readChar.html">readChar</a></td>
<td>Transfer Character Strings To and From Connections</td></tr>
<tr><td width="25%"><a href="readline.html">readline</a></td>
<td>Read a Line from the Terminal</td></tr>
<tr><td width="25%"><a href="readLines.html">readLines</a></td>
<td>Read Text Lines from a Connection</td></tr>
<tr><td width="25%"><a href="readRDS.html">readRDS</a></td>
<td>Serialization Interface for Single Objects</td></tr>
<tr><td width="25%"><a href="readRenviron.html">readRenviron</a></td>
<td>Set Environment Variables from a File</td></tr>
<tr><td width="25%"><a href="Recall.html">Recall</a></td>
<td>Recursive Calling</td></tr>
<tr><td width="25%"><a href="funprog.html">Reduce</a></td>
<td>Common Higher-Order Functions in Functional Programming Languages</td></tr>
<tr><td width="25%"><a href="reg.finalizer.html">reg.finalizer</a></td>
<td>Finalization of Objects</td></tr>
<tr><td width="25%"><a href="regex.html">regex</a></td>
<td>Regular Expressions as used in R</td></tr>
<tr><td width="25%"><a href="grep.html">regexec</a></td>
<td>Pattern Matching and Replacement</td></tr>
<tr><td width="25%"><a href="regex.html">regexp</a></td>
<td>Regular Expressions as used in R</td></tr>
<tr><td width="25%"><a href="grep.html">regexpr</a></td>
<td>Pattern Matching and Replacement</td></tr>
<tr><td width="25%"><a href="getNativeSymbolInfo.html">RegisteredNativeSymbol</a></td>
<td>Obtain a Description of one or more Native (C/Fortran) Symbols</td></tr>
<tr><td width="25%"><a href="regmatches.html">regmatches</a></td>
<td>Extract or Replace Matched Substrings</td></tr>
<tr><td width="25%"><a href="regex.html">regular expression</a></td>
<td>Regular Expressions as used in R</td></tr>
<tr><td width="25%"><a href="rm.html">remove</a></td>
<td>Remove Objects from a Specified Environment</td></tr>
<tr><td width="25%"><a href="taskCallback.html">removeTaskCallback</a></td>
<td>Add or Remove a Top-Level Task Callback</td></tr>
<tr><td width="25%"><a href="Startup.html">Renviron</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="rep.html">rep</a></td>
<td>Replicate Elements of Vectors and Lists</td></tr>
<tr><td width="25%"><a href="numeric_version.html">rep.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="Control.html">repeat</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="replace.html">replace</a></td>
<td>Replace Values in a Vector</td></tr>
<tr><td width="25%"><a href="lapply.html">replicate</a></td>
<td>Apply a Function over a List or Vector</td></tr>
<tr><td width="25%"><a href="rep.html">rep_len</a></td>
<td>Replicate Elements of Vectors and Lists</td></tr>
<tr><td width="25%"><a href="library.html">require</a></td>
<td>Loading and Listing of Packages</td></tr>
<tr><td width="25%"><a href="ns-load.html">requireNamespace</a></td>
<td>Loading and Unloading Name Spaces</td></tr>
<tr><td width="25%"><a href="Reserved.html">Reserved</a></td>
<td>Reserved Words in R</td></tr>
<tr><td width="25%"><a href="Reserved.html">reserved</a></td>
<td>Reserved Words in R</td></tr>
<tr><td width="25%"><a href="conditions.html">restartDescription</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">restartFormals</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="tracemem.html">retracemem</a></td>
<td>Trace Copying of Objects</td></tr>
<tr><td width="25%"><a href="function.html">return</a></td>
<td>Function Definition</td></tr>
<tr><td width="25%"><a href="rev.html">rev</a></td>
<td>Reverse Elements</td></tr>
<tr><td width="25%"><a href="rle.html">rle</a></td>
<td>Run Length Encoding</td></tr>
<tr><td width="25%"><a href="rm.html">rm</a></td>
<td>Remove Objects from a Specified Environment</td></tr>
<tr><td width="25%"><a href="Random.html">RNG</a></td>
<td>Random Number Generation</td></tr>
<tr><td width="25%"><a href="Random.html">RNGkind</a></td>
<td>Random Number Generation</td></tr>
<tr><td width="25%"><a href="Random.html">RNGversion</a></td>
<td>Random Number Generation</td></tr>
<tr><td width="25%"><a href="Round.html">round</a></td>
<td>Rounding of Numbers</td></tr>
<tr><td width="25%"><a href="round.POSIXt.html">round.Date</a></td>
<td>Round / Truncate Data-Time Objects</td></tr>
<tr><td width="25%"><a href="round.POSIXt.html">round.POSIXt</a></td>
<td>Round / Truncate Data-Time Objects</td></tr>
<tr><td width="25%"><a href="row.html">row</a></td>
<td>Row Indexes</td></tr>
<tr><td width="25%"><a href="row.names.html">row.names</a></td>
<td>Get and Set Row Names for Data Frames</td></tr>
<tr><td width="25%"><a href="colSums.html">rowMeans</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="colnames.html">rownames</a></td>
<td>Row and Column Names</td></tr>
<tr><td width="25%"><a href="rowsum.html">rowsum</a></td>
<td>Give Column Sums of a Matrix or Data Frame, Based on a Grouping Variable</td></tr>
<tr><td width="25%"><a href="colSums.html">rowSums</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="Startup.html">Rprofile</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="Startup.html">Rprofile.site</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_BATCH</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_BROWSER</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_COMPLETION</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="Startup.html">R_DEFAULT_PACKAGES</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_DOC_DIR</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="Startup.html">R_ENVIRON</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="Startup.html">R_ENVIRON_USER</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_GSCMD</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_HISTFILE</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_HISTSIZE</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="Rhome.html">R_HOME</a></td>
<td>Return the R Home Directory</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_INCLUDE_DIR</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="libPaths.html">R_LIBS</a></td>
<td>Search Paths for Packages</td></tr>
<tr><td width="25%"><a href="libPaths.html">R_LIBS_SITE</a></td>
<td>Search Paths for Packages</td></tr>
<tr><td width="25%"><a href="libPaths.html">R_LIBS_USER</a></td>
<td>Search Paths for Packages</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_PAPERSIZE</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_PDFVIEWER</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_PLATFORM</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_PRINTCMD</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="Startup.html">R_PROFILE</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="Startup.html">R_PROFILE_USER</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_RD4PDF</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_SHARE_DIR</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="numeric_version.html">R_system_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_TEXI2DVICMD</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_UNZIPCMD</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="EnvVar.html">R_ZIPCMD</a></td>
<td>Environment Variables</td></tr>
</table>

<h2><a name="S">-- S --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="groupGeneric.html">S3groupGeneric</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="UseMethod.html">S3Methods</a></td>
<td>Class Methods</td></tr>
<tr><td width="25%"><a href="isS4.html">S4</a></td>
<td>Test for an S4 object</td></tr>
<tr><td width="25%"><a href="sample.html">sample</a></td>
<td>Random Samples and Permutations</td></tr>
<tr><td width="25%"><a href="lapply.html">sapply</a></td>
<td>Apply a Function over a List or Vector</td></tr>
<tr><td width="25%"><a href="save.html">save</a></td>
<td>Save R Objects</td></tr>
<tr><td width="25%"><a href="readRDS.html">saveRDS</a></td>
<td>Serialization Interface for Single Objects</td></tr>
<tr><td width="25%"><a href="scale.html">scale</a></td>
<td>Scaling and Centering of Matrix-like Objects</td></tr>
<tr><td width="25%"><a href="scan.html">scan</a></td>
<td>Read Data Values</td></tr>
<tr><td width="25%"><a href="search.html">search</a></td>
<td>Give Search Path for R Objects</td></tr>
<tr><td width="25%"><a href="search.html">searchpaths</a></td>
<td>Give Search Path for R Objects</td></tr>
<tr><td width="25%"><a href="seek.html">seek</a></td>
<td>Functions to Reposition Connections</td></tr>
<tr><td width="25%"><a href="seq.html">seq</a></td>
<td>Sequence Generation</td></tr>
<tr><td width="25%"><a href="seq.Date.html">seq.Date</a></td>
<td>Generate Regular Sequences of Dates</td></tr>
<tr><td width="25%"><a href="seq.POSIXt.html">seq.POSIXt</a></td>
<td>Generate Regular Sequences of Times</td></tr>
<tr><td width="25%"><a href="sequence.html">sequence</a></td>
<td>Create A Vector of Sequences</td></tr>
<tr><td width="25%"><a href="seq.html">seq_along</a></td>
<td>Sequence Generation</td></tr>
<tr><td width="25%"><a href="seq.html">seq_len</a></td>
<td>Sequence Generation</td></tr>
<tr><td width="25%"><a href="serialize.html">serialize</a></td>
<td>Simple Serialization Interface</td></tr>
<tr><td width="25%"><a href="Random.html">set.seed</a></td>
<td>Random Number Generation</td></tr>
<tr><td width="25%"><a href="sets.html">setdiff</a></td>
<td>Set Operations</td></tr>
<tr><td width="25%"><a href="sets.html">setequal</a></td>
<td>Set Operations</td></tr>
<tr><td width="25%"><a href="userhooks.html">setHook</a></td>
<td>Functions to Get and Set Hooks for Load, Attach, Detach and Unload</td></tr>
<tr><td width="25%"><a href="setTimeLimit.html">setSessionTimeLimit</a></td>
<td>Set CPU and/or Elapsed Time Limits</td></tr>
<tr><td width="25%"><a href="setTimeLimit.html">setTimeLimit</a></td>
<td>Set CPU and/or Elapsed Time Limits</td></tr>
<tr><td width="25%"><a href="getwd.html">setwd</a></td>
<td>Get or Set Working Directory</td></tr>
<tr><td width="25%"><a href="system.html">shell</a></td>
<td>Invoke a System Command</td></tr>
<tr><td width="25%"><a href="showConnections.html">showConnections</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="shQuote.html">shQuote</a></td>
<td>Quote Strings for Use in OS Shells</td></tr>
<tr><td width="25%"><a href="sign.html">sign</a></td>
<td>Sign Function</td></tr>
<tr><td width="25%"><a href="conditions.html">signalCondition</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="Signals.html">Signals</a></td>
<td>Interrupting Execution of R</td></tr>
<tr><td width="25%"><a href="Round.html">signif</a></td>
<td>Rounding of Numbers</td></tr>
<tr><td width="25%"><a href="conditions.html">simpleCondition</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">simpleError</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">simpleMessage</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">simpleWarning</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="lapply.html">simplify2array</a></td>
<td>Apply a Function over a List or Vector</td></tr>
<tr><td width="25%"><a href="Trig.html">sin</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="double.html">single</a></td>
<td>Double-Precision Vectors</td></tr>
<tr><td width="25%"><a href="Hyperbolic.html">sinh</a></td>
<td>Hyperbolic Functions</td></tr>
<tr><td width="25%"><a href="sink.html">sink</a></td>
<td>Send R Output to a File</td></tr>
<tr><td width="25%"><a href="slice.index.html">slice.index</a></td>
<td>Slice Indexes in an Array</td></tr>
<tr><td width="25%"><a href="connections.html">socketConnection</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="socketSelect.html">socketSelect</a></td>
<td>Wait on Socket Connections</td></tr>
<tr><td width="25%"><a href="solve.html">solve</a></td>
<td>Solve a System of Equations</td></tr>
<tr><td width="25%"><a href="qr.html">solve.qr</a></td>
<td>The QR Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="sort.html">sort</a></td>
<td>Sorting or Ordering Vectors</td></tr>
<tr><td width="25%"><a href="order.html">sort.list</a></td>
<td>Ordering Permutation</td></tr>
<tr><td width="25%"><a href="source.html">source</a></td>
<td>Read R Code from a File or a Connection</td></tr>
<tr><td width="25%"><a href="Special.html">Special</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="split.html">split</a></td>
<td>Divide into Groups and Reassemble</td></tr>
<tr><td width="25%"><a href="Dates.html">split.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">split.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="sprintf.html">sprintf</a></td>
<td>Use C-style String Formatting Commands</td></tr>
<tr><td width="25%"><a href="MathFun.html">sqrt</a></td>
<td>Miscellaneous Mathematical Functions</td></tr>
<tr><td width="25%"><a href="sQuote.html">sQuote</a></td>
<td>Quote Text</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcfile</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcfile-class</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcfilealias</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcfilealias-class</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcfilecopy</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcfilecopy-class</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcref</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">srcref-class</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="Startup.html">Startup</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="showConnections.html">stderr</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="showConnections.html">stdin</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="showConnections.html">stdout</a></td>
<td>Display Connections</td></tr>
<tr><td width="25%"><a href="stop.html">stop</a></td>
<td>Stop Function Execution</td></tr>
<tr><td width="25%"><a href="stopifnot.html">stopifnot</a></td>
<td>Ensure the Truth of R Expressions</td></tr>
<tr><td width="25%"><a href="mode.html">storage.mode</a></td>
<td>The (Storage) Mode of an Object</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">str.POSIXt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="strptime.html">strftime</a></td>
<td>Date-time Conversion Functions to and from Character</td></tr>
<tr><td width="25%"><a href="strptime.html">strptime</a></td>
<td>Date-time Conversion Functions to and from Character</td></tr>
<tr><td width="25%"><a href="strsplit.html">strsplit</a></td>
<td>Split the Elements of a Character Vector</td></tr>
<tr><td width="25%"><a href="strtoi.html">strtoi</a></td>
<td>Convert Strings to Integers</td></tr>
<tr><td width="25%"><a href="strtrim.html">strtrim</a></td>
<td>Trim Character Strings to Specified Display Widths</td></tr>
<tr><td width="25%"><a href="structure.html">structure</a></td>
<td>Attribute Specification</td></tr>
<tr><td width="25%"><a href="strwrap.html">strwrap</a></td>
<td>Wrap Character Strings to Format Paragraphs</td></tr>
<tr><td width="25%"><a href="grep.html">sub</a></td>
<td>Pattern Matching and Replacement</td></tr>
<tr><td width="25%"><a href="Extract.html">Subscript</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="subset.html">subset</a></td>
<td>Subsetting Vectors, Matrices and Data Frames</td></tr>
<tr><td width="25%"><a href="substitute.html">substitute</a></td>
<td>Substituting and Quoting Expressions</td></tr>
<tr><td width="25%"><a href="substr.html">substr</a></td>
<td>Substrings of a Character Vector</td></tr>
<tr><td width="25%"><a href="substr.html">substring</a></td>
<td>Substrings of a Character Vector</td></tr>
<tr><td width="25%"><a href="sum.html">sum</a></td>
<td>Sum of Vector Elements</td></tr>
<tr><td width="25%"><a href="groupGeneric.html">Summary</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="summary.html">summary</a></td>
<td>Object Summaries</td></tr>
<tr><td width="25%"><a href="connections.html">summary.connection</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="Dates.html">Summary.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="Dates.html">summary.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="difftime.html">Summary.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="factor.html">Summary.factor</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="numeric_version.html">Summary.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="factor.html">Summary.ordered</a></td>
<td>Factors</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">Summary.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">summary.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">Summary.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="proc.time.html">summary.proc_time</a></td>
<td>Running Time of R</td></tr>
<tr><td width="25%"><a href="srcfile.html">summary.srcfile</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="srcfile.html">summary.srcref</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="table.html">summary.table</a></td>
<td>Cross Tabulation and Table Creation</td></tr>
<tr><td width="25%"><a href="message.html">suppressMessages</a></td>
<td>Diagnostic Messages</td></tr>
<tr><td width="25%"><a href="message.html">suppressPackageStartupMessages</a></td>
<td>Diagnostic Messages</td></tr>
<tr><td width="25%"><a href="warning.html">suppressWarnings</a></td>
<td>Warning Messages</td></tr>
<tr><td width="25%"><a href="svd.html">svd</a></td>
<td>Singular Value Decomposition of a Matrix</td></tr>
<tr><td width="25%"><a href="sweep.html">sweep</a></td>
<td>Sweep out Array Summaries</td></tr>
<tr><td width="25%"><a href="switch.html">switch</a></td>
<td>Select One of a List of Alternatives</td></tr>
<tr><td width="25%"><a href="Syntax.html">Syntax</a></td>
<td>Operator Syntax and Precedence</td></tr>
<tr><td width="25%"><a href="files2.html">Sys.chmod</a></td>
<td>Manipulaton of Directories and File Permissions</td></tr>
<tr><td width="25%"><a href="Sys.time.html">Sys.Date</a></td>
<td>Get Current Date and Time</td></tr>
<tr><td width="25%"><a href="Sys.getenv.html">Sys.getenv</a></td>
<td>Get Environment Variables</td></tr>
<tr><td width="25%"><a href="locales.html">Sys.getlocale</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="Sys.getpid.html">Sys.getpid</a></td>
<td>Get the Process ID of the R Session</td></tr>
<tr><td width="25%"><a href="Sys.glob.html">Sys.glob</a></td>
<td>Wildcard Expansion on File Paths</td></tr>
<tr><td width="25%"><a href="Sys.info.html">Sys.info</a></td>
<td>Extract System and User Information</td></tr>
<tr><td width="25%"><a href="Sys.localeconv.html">Sys.localeconv</a></td>
<td>Find Details of the Numerical and Monetary Representations in the Current Locale</td></tr>
<tr><td width="25%"><a href="sys.parent.html">sys.on.exit</a></td>
<td>Functions to Access the Function Call Stack</td></tr>
<tr><td width="25%"><a href="sys.parent.html">sys.parent</a></td>
<td>Functions to Access the Function Call Stack</td></tr>
<tr><td width="25%"><a href="Sys.readlink.html">Sys.readlink</a></td>
<td>Read File Symbolic Links</td></tr>
<tr><td width="25%"><a href="Sys.setenv.html">Sys.setenv</a></td>
<td>Set or Unset Environment Variables</td></tr>
<tr><td width="25%"><a href="Sys.setFileTime.html">Sys.setFileTime</a></td>
<td>Set File Time</td></tr>
<tr><td width="25%"><a href="locales.html">Sys.setlocale</a></td>
<td>Query or Set Aspects of the Locale</td></tr>
<tr><td width="25%"><a href="Sys.sleep.html">Sys.sleep</a></td>
<td>Suspend Execution for a Time Interval</td></tr>
<tr><td width="25%"><a href="sys.source.html">sys.source</a></td>
<td>Parse and Evaluate Expressions from a File</td></tr>
<tr><td width="25%"><a href="sys.parent.html">sys.status</a></td>
<td>Functions to Access the Function Call Stack</td></tr>
<tr><td width="25%"><a href="Sys.time.html">Sys.time</a></td>
<td>Get Current Date and Time</td></tr>
<tr><td width="25%"><a href="timezones.html">Sys.timezone</a></td>
<td>Time Zones</td></tr>
<tr><td width="25%"><a href="files2.html">Sys.umask</a></td>
<td>Manipulaton of Directories and File Permissions</td></tr>
<tr><td width="25%"><a href="Sys.setenv.html">Sys.unsetenv</a></td>
<td>Set or Unset Environment Variables</td></tr>
<tr><td width="25%"><a href="Sys.which.html">Sys.which</a></td>
<td>Find Full Paths to Executables</td></tr>
<tr><td width="25%"><a href="system.html">system</a></td>
<td>Invoke a System Command</td></tr>
<tr><td width="25%"><a href="system.file.html">system.file</a></td>
<td>Find Names of R System Files</td></tr>
<tr><td width="25%"><a href="system.time.html">system.time</a></td>
<td>CPU Time Used</td></tr>
<tr><td width="25%"><a href="system2.html">system2</a></td>
<td>Invoke a System Command</td></tr>
</table>

<h2><a name="T">-- T --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="logical.html">T</a></td>
<td>Logical Vectors</td></tr>
<tr><td width="25%"><a href="t.html">t</a></td>
<td>Matrix Transpose</td></tr>
<tr><td width="25%"><a href="table.html">table</a></td>
<td>Cross Tabulation and Table Creation</td></tr>
<tr><td width="25%"><a href="tabulate.html">tabulate</a></td>
<td>Tabulation for Vectors</td></tr>
<tr><td width="25%"><a href="Trig.html">tan</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="Hyperbolic.html">tanh</a></td>
<td>Hyperbolic Functions</td></tr>
<tr><td width="25%"><a href="tapply.html">tapply</a></td>
<td>Apply a Function Over a Ragged Array</td></tr>
<tr><td width="25%"><a href="taskCallbackManager.html">taskCallbackManager</a></td>
<td>Create an R-level Task Callback Manager</td></tr>
<tr><td width="25%"><a href="crossprod.html">tcrossprod</a></td>
<td>Matrix Crossproduct</td></tr>
<tr><td width="25%"><a href="tempfile.html">tempdir</a></td>
<td>Create Names for Temporary Files</td></tr>
<tr><td width="25%"><a href="tempfile.html">tempfile</a></td>
<td>Create Names for Temporary Files</td></tr>
<tr><td width="25%"><a href="textconnections.html">textConnection</a></td>
<td>Text Connections</td></tr>
<tr><td width="25%"><a href="textconnections.html">textConnectionValue</a></td>
<td>Text Connections</td></tr>
<tr><td width="25%"><a href="tilde.html">tilde</a></td>
<td>Tilde Operator</td></tr>
<tr><td width="25%"><a href="path.expand.html">tilde expansion</a></td>
<td>Expand File Paths</td></tr>
<tr><td width="25%"><a href="difftime.html">time interval</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="timezones.html">time zone</a></td>
<td>Time Zones</td></tr>
<tr><td width="25%"><a href="timezones.html">time zones</a></td>
<td>Time Zones</td></tr>
<tr><td width="25%"><a href="timezones.html">timezone</a></td>
<td>Time Zones</td></tr>
<tr><td width="25%"><a href="EnvVar.html">TMPDIR</a></td>
<td>Environment Variables</td></tr>
<tr><td width="25%"><a href="chartr.html">tolower</a></td>
<td>Character Translation and Casefolding</td></tr>
<tr><td width="25%"><a href="ns-topenv.html">topenv</a></td>
<td>Top Level Environment</td></tr>
<tr><td width="25%"><a href="toString.html">toString</a></td>
<td>Convert an R Object to a Character String</td></tr>
<tr><td width="25%"><a href="chartr.html">toupper</a></td>
<td>Character Translation and Casefolding</td></tr>
<tr><td width="25%"><a href="trace.html">trace</a></td>
<td>Interactive Tracing and Debugging of Calls to a Function or Method</td></tr>
<tr><td width="25%"><a href="traceback.html">traceback</a></td>
<td>Print Call Stacks</td></tr>
<tr><td width="25%"><a href="tracemem.html">tracemem</a></td>
<td>Trace Copying of Objects</td></tr>
<tr><td width="25%"><a href="trace.html">tracingState</a></td>
<td>Interactive Tracing and Debugging of Calls to a Function or Method</td></tr>
<tr><td width="25%"><a href="transform.html">transform</a></td>
<td>Transform an Object, for Example a Data Frame</td></tr>
<tr><td width="25%"><a href="Trig.html">Trig</a></td>
<td>Trigonometric Functions</td></tr>
<tr><td width="25%"><a href="Special.html">trigamma</a></td>
<td>Special Functions of Mathematics</td></tr>
<tr><td width="25%"><a href="logical.html">TRUE</a></td>
<td>Logical Vectors</td></tr>
<tr><td width="25%"><a href="Round.html">trunc</a></td>
<td>Rounding of Numbers</td></tr>
<tr><td width="25%"><a href="round.POSIXt.html">trunc.Date</a></td>
<td>Round / Truncate Data-Time Objects</td></tr>
<tr><td width="25%"><a href="round.POSIXt.html">trunc.POSIXt</a></td>
<td>Round / Truncate Data-Time Objects</td></tr>
<tr><td width="25%"><a href="seek.html">truncate</a></td>
<td>Functions to Reposition Connections</td></tr>
<tr><td width="25%"><a href="try.html">try</a></td>
<td>Try an Expression Allowing Error Recovery</td></tr>
<tr><td width="25%"><a href="conditions.html">tryCatch</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="typeof.html">type</a></td>
<td>The Type of an Object</td></tr>
<tr><td width="25%"><a href="typeof.html">typeof</a></td>
<td>The Type of an Object</td></tr>
<tr><td width="25%"><a href="timezones.html">TZ</a></td>
<td>Time Zones</td></tr>
</table>

<h2><a name="U">-- U --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="files2.html">umask</a></td>
<td>Manipulaton of Directories and File Permissions</td></tr>
<tr><td width="25%"><a href="class.html">unclass</a></td>
<td>Object Classes</td></tr>
<tr><td width="25%"><a href="debug.html">undebug</a></td>
<td>Debug a Function</td></tr>
<tr><td width="25%"><a href="sets.html">union</a></td>
<td>Set Operations</td></tr>
<tr><td width="25%"><a href="unique.html">unique</a></td>
<td>Extract Unique Elements</td></tr>
<tr><td width="25%"><a href="numeric_version.html">unique.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">unique.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="difftime.html">units</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="difftime.html">units.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="system.time.html">unix.time</a></td>
<td>CPU Time Used</td></tr>
<tr><td width="25%"><a href="unlink.html">unlink</a></td>
<td>Delete Files and Directories</td></tr>
<tr><td width="25%"><a href="unlist.html">unlist</a></td>
<td>Flatten Lists</td></tr>
<tr><td width="25%"><a href="ns-load.html">unloadNamespace</a></td>
<td>Loading and Unloading Name Spaces</td></tr>
<tr><td width="25%"><a href="bindenv.html">unlockBinding</a></td>
<td>Binding and Environment Adjustments</td></tr>
<tr><td width="25%"><a href="unname.html">unname</a></td>
<td>Remove 'names' or 'dimnames'</td></tr>
<tr><td width="25%"><a href="serialize.html">unserialize</a></td>
<td>Simple Serialization Interface</td></tr>
<tr><td width="25%"><a href="split.html">unsplit</a></td>
<td>Divide into Groups and Reassemble</td></tr>
<tr><td width="25%"><a href="trace.html">untrace</a></td>
<td>Interactive Tracing and Debugging of Calls to a Function or Method</td></tr>
<tr><td width="25%"><a href="tracemem.html">untracemem</a></td>
<td>Trace Copying of Objects</td></tr>
<tr><td width="25%"><a href="connections.html">unz</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="lower.tri.html">upper.tri</a></td>
<td>Lower and Upper Triangular Part of a Matrix</td></tr>
<tr><td width="25%"><a href="connections.html">url</a></td>
<td>Functions to Manipulate Connections</td></tr>
<tr><td width="25%"><a href="UseMethod.html">UseMethod</a></td>
<td>Class Methods</td></tr>
<tr><td width="25%"><a href="utf8Conversion.html">utf8ToInt</a></td>
<td>Convert to or from UTF-8-encoded Character Vectors</td></tr>
</table>

<h2><a name="V">-- V --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="lapply.html">vapply</a></td>
<td>Apply a Function over a List or Vector</td></tr>
<tr><td width="25%"><a href="vector.html">vector</a></td>
<td>Vectors</td></tr>
<tr><td width="25%"><a href="Vectorize.html">Vectorize</a></td>
<td>Vectorize a Scalar Function</td></tr>
<tr><td width="25%"><a href="Version.html">version</a></td>
<td>Version Information</td></tr>
</table>

<h2><a name="W">-- W --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="warning.html">warning</a></td>
<td>Warning Messages</td></tr>
<tr><td width="25%"><a href="warnings.html">warnings</a></td>
<td>Print Warning Messages</td></tr>
<tr><td width="25%"><a href="weekday.POSIXt.html">weekdays</a></td>
<td>Extract Parts of a POSIXt or Date Object</td></tr>
<tr><td width="25%"><a href="which.html">which</a></td>
<td>Which indices are TRUE?</td></tr>
<tr><td width="25%"><a href="which.min.html">which.max</a></td>
<td>Where is the Min() or Max() or first TRUE or FALSE ?</td></tr>
<tr><td width="25%"><a href="which.min.html">which.min</a></td>
<td>Where is the Min() or Max() or first TRUE or FALSE ?</td></tr>
<tr><td width="25%"><a href="Control.html">while</a></td>
<td>Control Flow</td></tr>
<tr><td width="25%"><a href="with.html">with</a></td>
<td>Evaluate an Expression in a Data Environment</td></tr>
<tr><td width="25%"><a href="conditions.html">withCallingHandlers</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="with.html">within</a></td>
<td>Evaluate an Expression in a Data Environment</td></tr>
<tr><td width="25%"><a href="conditions.html">withRestarts</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="withVisible.html">withVisible</a></td>
<td>Return both a value and its visibility</td></tr>
<tr><td width="25%"><a href="write.html">write</a></td>
<td>Write Data to a File</td></tr>
<tr><td width="25%"><a href="dcf.html">write.dcf</a></td>
<td>Read and Write Data in DCF Format</td></tr>
<tr><td width="25%"><a href="readBin.html">writeBin</a></td>
<td>Transfer Binary Data To and From Connections</td></tr>
<tr><td width="25%"><a href="readChar.html">writeChar</a></td>
<td>Transfer Character Strings To and From Connections</td></tr>
<tr><td width="25%"><a href="writeLines.html">writeLines</a></td>
<td>Write Lines to a Connection</td></tr>
</table>

<h2><a name="X">-- X --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="Logic.html">xor</a></td>
<td>Logical Operators</td></tr>
<tr><td width="25%"><a href="hexmode.html">xor.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="octmode.html">xor.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="xtfrm.html">xtfrm</a></td>
<td>Auxiliary Function for Sorting and Ranking</td></tr>
<tr><td width="25%"><a href="numeric_version.html">xtfrm.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="connections.html">xzfile</a></td>
<td>Functions to Manipulate Connections</td></tr>
</table>

<h2><a name="Z">-- Z --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="zapsmall.html">zapsmall</a></td>
<td>Rounding of Numbers</td></tr>
</table>

<h2><a name="misc">-- misc --</a></h2>

<table width="100%">
<tr><td width="25%"><a href="Logic.html">!</a></td>
<td>Logical Operators</td></tr>
<tr><td width="25%"><a href="hexmode.html">!.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="octmode.html">!.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="Comparison.html">!=</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="Quotes.html">"</a></td>
<td>Quotes</td></tr>
<tr><td width="25%"><a href="Extract.html">$</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="getLoadedDLLs.html">$.DLLInfo</a></td>
<td>Get DLLs Loaded in Current Session</td></tr>
<tr><td width="25%"><a href="numeric_version.html">$.package_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="Extract.html">$&lt;-</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="Extract.data.frame.html">$&lt;-.data.frame</a></td>
<td>Extract or Replace Parts of a Data Frame</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">%%</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="matmult.html">%*%</a></td>
<td>Matrix Multiplication</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">%/%</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="match.html">%in%</a></td>
<td>Value Matching</td></tr>
<tr><td width="25%"><a href="outer.html">%o%</a></td>
<td>Outer Product of Arrays</td></tr>
<tr><td width="25%"><a href="kronecker.html">%x%</a></td>
<td>Kronecker Products on Arrays</td></tr>
<tr><td width="25%"><a href="Logic.html">&amp;</a></td>
<td>Logical Operators</td></tr>
<tr><td width="25%"><a href="Logic.html">&amp;&amp;</a></td>
<td>Logical Operators</td></tr>
<tr><td width="25%"><a href="hexmode.html">&amp;.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="octmode.html">&amp;.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="Quotes.html">'</a></td>
<td>Quotes</td></tr>
<tr><td width="25%"><a href="Paren.html">(</a></td>
<td>Parentheses and Braces</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">*</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">**</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="difftime.html">*.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">+</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="Ops.Date.html">+.Date</a></td>
<td>Operators on the Date Class</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">+.POSIXt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">-</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="Ops.Date.html">-.Date</a></td>
<td>Operators on the Date Class</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">-.POSIXt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="assignOps.html">-&gt;</a></td>
<td>Assignment Operators</td></tr>
<tr><td width="25%"><a href="assignOps.html">-&gt;&gt;</a></td>
<td>Assignment Operators</td></tr>
<tr><td width="25%"><a href="Reserved.html">...</a></td>
<td>Reserved Words in R</td></tr>
<tr><td width="25%"><a href="Reserved.html">..1</a></td>
<td>Reserved Words in R</td></tr>
<tr><td width="25%"><a href="agrep.html">.amatch_bounds</a></td>
<td>Approximate String Matching (Fuzzy Matching)</td></tr>
<tr><td width="25%"><a href="agrep.html">.amatch_costs</a></td>
<td>Approximate String Matching (Fuzzy Matching)</td></tr>
<tr><td width="25%"><a href="autoload.html">.Autoloaded</a></td>
<td>On-demand Loading of Packages</td></tr>
<tr><td width="25%"><a href="autoload.html">.AutoloadEnv</a></td>
<td>On-demand Loading of Packages</td></tr>
<tr><td width="25%"><a href="environment.html">.BaseNamespaceEnv</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="bincode.html">.bincode</a></td>
<td>Bin a Numeric Vector</td></tr>
<tr><td width="25%"><a href="Foreign.html">.C</a></td>
<td>Foreign Function Interface</td></tr>
<tr><td width="25%"><a href="CallExternal.html">.Call</a></td>
<td>Modern Interfaces to C/C++ code</td></tr>
<tr><td width="25%"><a href="UseMethod.html">.Class</a></td>
<td>Class Methods</td></tr>
<tr><td width="25%"><a href="colSums.html">.colMeans</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="colSums.html">.colSums</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="attach.html">.conflicts.OK</a></td>
<td>Attach Set of R Objects to Search Path</td></tr>
<tr><td width="25%"><a href="numeric_version.html">.decode_numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="Defunct.html">.Defunct</a></td>
<td>Marking Objects as Defunct</td></tr>
<tr><td width="25%"><a href="deparseOpts.html">.deparseOpts</a></td>
<td>Options for Expression Deparsing</td></tr>
<tr><td width="25%"><a href="Deprecated.html">.Deprecated</a></td>
<td>Marking Objects as Deprecated</td></tr>
<tr><td width="25%"><a href="dev.html">.Device</a></td>
<td>Lists of Open/Active Graphics Devices</td></tr>
<tr><td width="25%"><a href="dev.html">.Devices</a></td>
<td>Lists of Open/Active Graphics Devices</td></tr>
<tr><td width="25%"><a href="trace.html">.doTrace</a></td>
<td>Interactive Tracing and Debugging of Calls to a Function or Method</td></tr>
<tr><td width="25%"><a href="library.dynam.html">.dynLibs</a></td>
<td>Loading DLLs from Packages</td></tr>
<tr><td width="25%"><a href="numeric_version.html">.encode_numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="libPaths.html">.expand_R_libs_env_var</a></td>
<td>Search Paths for Packages</td></tr>
<tr><td width="25%"><a href="CallExternal.html">.External</a></td>
<td>Modern Interfaces to C/C++ code</td></tr>
<tr><td width="25%"><a href="Startup.html">.First</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="Startup.html">.First.sys</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="Foreign.html">.Fortran</a></td>
<td>Foreign Function Interface</td></tr>
<tr><td width="25%"><a href="UseMethod.html">.Generic</a></td>
<td>Class Methods</td></tr>
<tr><td width="25%"><a href="environment.html">.GlobalEnv</a></td>
<td>Environment Access</td></tr>
<tr><td width="25%"><a href="groupGeneric.html">.Group</a></td>
<td>S3 Group Generic Functions</td></tr>
<tr><td width="25%"><a href="conditions.html">.handleSimpleError</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="Internal.html">.Internal</a></td>
<td>Call an Internal Function</td></tr>
<tr><td width="25%"><a href="srcfile.html">.isOpen</a></td>
<td>References to source files</td></tr>
<tr><td width="25%"><a href="kappa.html">.kappa_tri</a></td>
<td>Compute or Estimate the Condition Number of a Matrix</td></tr>
<tr><td width="25%"><a href="kronecker.html">.kronecker</a></td>
<td>Kronecker Products on Arrays</td></tr>
<tr><td width="25%"><a href="quit.html">.Last</a></td>
<td>Terminate an R Session</td></tr>
<tr><td width="25%"><a href="ns-hooks.html">.Last.lib</a></td>
<td>Hooks for Namespace Events</td></tr>
<tr><td width="25%"><a href="quit.html">.Last.sys</a></td>
<td>Terminate an R Session</td></tr>
<tr><td width="25%"><a href="Last.value.html">.Last.value</a></td>
<td>Value of Last Evaluated Expression</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">.leap.seconds</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="libPaths.html">.libPaths</a></td>
<td>Search Paths for Packages</td></tr>
<tr><td width="25%"><a href="libPaths.html">.Library</a></td>
<td>Search Paths for Packages</td></tr>
<tr><td width="25%"><a href="libPaths.html">.Library.site</a></td>
<td>Search Paths for Packages</td></tr>
<tr><td width="25%"><a href="zMachine.html">.Machine</a></td>
<td>Numerical Characteristics of the Machine</td></tr>
<tr><td width="25%"><a href="message.html">.makeMessage</a></td>
<td>Diagnostic Messages</td></tr>
<tr><td width="25%"><a href="numeric_version.html">.make_numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="UseMethod.html">.Method</a></td>
<td>Class Methods</td></tr>
<tr><td width="25%"><a href="library.html">.noGenerics</a></td>
<td>Loading and Listing of Packages</td></tr>
<tr><td width="25%"><a href="notyet.html">.NotYetImplemented</a></td>
<td>Not Yet Implemented Functions and Unused Arguments</td></tr>
<tr><td width="25%"><a href="notyet.html">.NotYetUsed</a></td>
<td>Not Yet Implemented Functions and Unused Arguments</td></tr>
<tr><td width="25%"><a href="ns-hooks.html">.onAttach</a></td>
<td>Hooks for Namespace Events</td></tr>
<tr><td width="25%"><a href="ns-hooks.html">.onDetach</a></td>
<td>Hooks for Namespace Events</td></tr>
<tr><td width="25%"><a href="ns-hooks.html">.onLoad</a></td>
<td>Hooks for Namespace Events</td></tr>
<tr><td width="25%"><a href="ns-hooks.html">.onUnload</a></td>
<td>Hooks for Namespace Events</td></tr>
<tr><td width="25%"><a href="options.html">.Options</a></td>
<td>Options Settings</td></tr>
<tr><td width="25%"><a href="Startup.html">.OptRequireMethods</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="zpackages.html">.packages</a></td>
<td>Listing of Packages</td></tr>
<tr><td width="25%"><a href="message.html">.packageStartupMessage</a></td>
<td>Diagnostic Messages</td></tr>
<tr><td width="25%"><a href="Platform.html">.Platform</a></td>
<td>Platform Specific Variables</td></tr>
<tr><td width="25%"><a href="Primitive.html">.Primitive</a></td>
<td>Look Up a Primitive Function</td></tr>
<tr><td width="25%"><a href="Random.html">.Random.seed</a></td>
<td>Random Number Generation</td></tr>
<tr><td width="25%"><a href="Startup.html">.Renviron</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="colSums.html">.rowMeans</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="colSums.html">.rowSums</a></td>
<td>Form Row and Column Sums and Means</td></tr>
<tr><td width="25%"><a href="Startup.html">.Rprofile</a></td>
<td>Initialization at Start of an R Session</td></tr>
<tr><td width="25%"><a href="InternalMethods.html">.S3PrimitiveGenerics</a></td>
<td>Internal Generic Functions</td></tr>
<tr><td width="25%"><a href="conditions.html">.signalSimpleWarning</a></td>
<td>Condition Handling and Recovery</td></tr>
<tr><td width="25%"><a href="zutils.html">.standard_regexps</a></td>
<td>Miscellaneous Internal/Programming Utilities</td></tr>
<tr><td width="25%"><a href="traceback.html">.Traceback</a></td>
<td>Print Call Stacks</td></tr>
<tr><td width="25%"><a href="userhooks.html">.userHooksEnv</a></td>
<td>Functions to Get and Set Hooks for Load, Attach, Detach and Unload</td></tr>
<tr><td width="25%"><a href="cbind.html">.__H__.cbind</a></td>
<td>Combine R Objects by Rows or Columns</td></tr>
<tr><td width="25%"><a href="cbind.html">.__H__.rbind</a></td>
<td>Combine R Objects by Rows or Columns</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">/</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="difftime.html">/.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="NumericConstants.html">0x1</a></td>
<td>Numeric Constants</td></tr>
<tr><td width="25%"><a href="NumericConstants.html">1i</a></td>
<td>Numeric Constants</td></tr>
<tr><td width="25%"><a href="NumericConstants.html">1L</a></td>
<td>Numeric Constants</td></tr>
<tr><td width="25%"><a href="Colon.html">:</a></td>
<td>Colon Operator</td></tr>
<tr><td width="25%"><a href="ns-dblcolon.html">::</a></td>
<td>Double Colon and Triple Colon Operators</td></tr>
<tr><td width="25%"><a href="ns-dblcolon.html">:::</a></td>
<td>Double Colon and Triple Colon Operators</td></tr>
<tr><td width="25%"><a href="Comparison.html">&lt;</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="assignOps.html">&lt;-</a></td>
<td>Assignment Operators</td></tr>
<tr><td width="25%"><a href="assignOps.html">&lt;&lt;-</a></td>
<td>Assignment Operators</td></tr>
<tr><td width="25%"><a href="Comparison.html">&lt;=</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="assignOps.html">=</a></td>
<td>Assignment Operators</td></tr>
<tr><td width="25%"><a href="Comparison.html">==</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="Comparison.html">&gt;</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="Comparison.html">&gt;=</a></td>
<td>Relational Operators</td></tr>
<tr><td width="25%"><a href="slotOp.html">@</a></td>
<td>Extract or Replace A Slot</td></tr>
<tr><td width="25%"><a href="slotOp.html">@&lt;-</a></td>
<td>Extract or Replace A Slot</td></tr>
<tr><td width="25%"><a href="Extract.html">[</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="AsIs.html">[.AsIs</a></td>
<td>Inhibit Interpretation/Conversion of Objects</td></tr>
<tr><td width="25%"><a href="Extract.data.frame.html">[.data.frame</a></td>
<td>Extract or Replace Parts of a Data Frame</td></tr>
<tr><td width="25%"><a href="Dates.html">[.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="difftime.html">[.difftime</a></td>
<td>Time Intervals</td></tr>
<tr><td width="25%"><a href="Extract.factor.html">[.factor</a></td>
<td>Extract or Replace Parts of a Factor</td></tr>
<tr><td width="25%"><a href="hexmode.html">[.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="Extract.html">[.listof</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="noquote.html">[.noquote</a></td>
<td>Class for 'no quote' Printing of Character Strings</td></tr>
<tr><td width="25%"><a href="numeric_version.html">[.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="octmode.html">[.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">[.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">[.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="Extract.html">[.simple.list</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="warnings.html">[.warnings</a></td>
<td>Print Warning Messages</td></tr>
<tr><td width="25%"><a href="Extract.html">[&lt;-</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="Extract.data.frame.html">[&lt;-.data.frame</a></td>
<td>Extract or Replace Parts of a Data Frame</td></tr>
<tr><td width="25%"><a href="Dates.html">[&lt;-.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="Extract.factor.html">[&lt;-.factor</a></td>
<td>Extract or Replace Parts of a Factor</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">[&lt;-.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">[&lt;-.POSIXlt</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="Extract.html">[[</a></td>
<td>Extract or Replace Parts of an Object</td></tr>
<tr><td width="25%"><a href="Extract.data.frame.html">[[.data.frame</a></td>
<td>Extract or Replace Parts of a Data Frame</td></tr>
<tr><td width="25%"><a href="Dates.html">[[.Date</a></td>
<td>Date Class</td></tr>
<tr><td width="25%"><a href="Extract.factor.html">[[.factor</a></td>
<td>Extract or Replace Parts of a Factor</td></tr>
<tr><td width="25%"><a href="numeric_version.html">[[.numeric_version</a></td>
<td>Numeric Versions</td></tr>
<tr><td width="25%"><a href="DateTimeClasses.html">[[.POSIXct</a></td>
<td>Date-Time Classes</td></tr>
<tr><td width="25%"><a href="Arithmetic.html">^</a></td>
<td>Arithmetic Operators</td></tr>
<tr><td width="25%"><a href="Quotes.html">`</a></td>
<td>Quotes</td></tr>
<tr><td width="25%"><a href="Paren.html">{</a></td>
<td>Parentheses and Braces</td></tr>
<tr><td width="25%"><a href="Logic.html">|</a></td>
<td>Logical Operators</td></tr>
<tr><td width="25%"><a href="hexmode.html">|.hexmode</a></td>
<td>Display Numbers in Hexadecimal</td></tr>
<tr><td width="25%"><a href="octmode.html">|.octmode</a></td>
<td>Display Numbers in Octal</td></tr>
<tr><td width="25%"><a href="Logic.html">||</a></td>
<td>Logical Operators</td></tr>
<tr><td width="25%"><a href="tilde.html">~</a></td>
<td>Tilde Operator</td></tr>
</table>
</body></html>