Hi Jean, how are you? Thank-you for the response.
I have just created a new post that includes more information about my problem ["how to keep all zeros in 1st row (not NA)"] and I will also show the current code and the results below. I will respond back to the other question in another e-mail. Irucka Embry Input <- as.matrix(read.csv("/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_ GLUE_Example/Input_Parameter.csv", header = TRUE, sep =",", )) 101x1 character matrix Input Time..day..1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.2 4.25.26.27.28.29.30.31.32.33.34.35.36.37.38.39.40.41.42.43.44.45.46.47.4 8.49.50.51.52.53.54.55.56.57.58.59.60.61.62.63.64.65.66.67.68.69.70.71.7 2.73.74.75.76.77.78.79.80.81.82.83.84.85.86.87.88.89.90.91.92.93.94.95.9 6.97.98.99.100.101.102.103.104.105.106.107.108.109.110.111.112.113.114.1 15.116.117.118.119.120.121.122.123.124.125.126.127.128.129.130.131.132.1 33.134.135.136.137.138.139.140.141.142.143.144.145.146.147.148.149.150.1 51.152.153.154.155.156.157.158.159.160.161.162.163.164.165.166.167.168.1 69.170.171.172.173.174.175.176.177.178.179.180.181.182.183.184.185.186.1 87.188.189.190.191.192.193.194.195.196.197.198.199.200.201.202.203.204.2 05.206.207.208.209.210.211.212.213.214.215.216.217.218.219.220.221.222.2 23.224.225.226.227.228.229.230.231.232.233.234.235.236.237.238.239.240.2 41.242.243.244.245.246.247.248.249.250.251.252.253.254.255.256.257.258.2 59.260.261.262.263.264.265.266.267.268.269.270.271.272.273.274.275.276.2 77.278.279.280.281.282.283.284.285.286.287.288.289.290.291.292.293.294.2 95.296.297.298.299.300.301.302.303.304.305.306.307.308.309.310.311.312.3 13.314.315.316.317.318.319.320.321.322.323.324.325.326.327.328.329.330.3 31.332.333.334.335.336.337.338.339.340.341.342.343.344.345.346.347.348.3 49.350.351.352.353.354.355.356.357.358.359.360.361.362.363.364.365.366.3 67.368.369.370.371.372.373.374.375.376.377.378.379.380.381.382.383.384.3 85.386.387.388.389.390.391.392.393.394.395.396.397.398.399.400.401.402.4 03.404.405.406.407.408.409.410.411.412.413.414.415.416.417.418.419.420.4 21.422.423.424.425.426.427.428.429.430.431.432.433.434.435.436.437.438.4 39.440.441.442.443.444.445.446.447.448.449.450.451.452.453.454.455.456.4 57.458.459.460.461.462.463.464.465.466.467.468.469.470.471.472.473.474.4 75.476.477.478.479.480.481.482.483.484.485.486.487.488.489.490.491.492.4 93.494.495.496.497.498.499.500.501.502.503.504.505.506.507.508.509.510.5 11.512.513.514.515.516.517.518.519.520.521.522.523.524.525.526.527.528.5 29.530.531.532.533.534.535.536.537.538.539.540.541.542.543.544.545.546.5 47.548.549.550.551.552.553.554.555.556.557.558.559.560.561.562.563.564.5 65.566.567.568.569.570.571.572.573.574.575.576.577.578.579.580.581.582.5 83.584.585.586.587.588.589.590.591.592.593.594.595.596.597.598.599.600.6 01.602.603.604.605.606.607.608.609.610.611.612.613.614.615.616.617.618.6 19.620.621.622.623.624.625.626.627.628.629.630.631.632.633.634.635.636.6 37.638.639.640.641.642.643.644.645.646.647.648.649.650.651.652.653.654.6 55.656.657.658.659.660.661.662.663.664.665.666.667.668.669.670.671.672.6 73.674.675.676.677.678.679.680.681.682.683.684.685.686.687.688.689.690.6 91.692.693.694.695.696.697.698.699.700.701.702.703.704.705.706.707.708.7 09.710.711.712.713.714.715.716.717.718.719.720.721.722.723.724.725.726.7 27.728.729.730.731.732.733.734.735.736.737.738.739.740.741.742.743.744.7 45.746.747.748.749.750.751.752.753.754.755.756.757.758.759.760.761.762.7 63.764.765.766.767.768.769.770.771.772.773.774.775.776.777.778.779.780.7 81.782.783.784.785.786.787.788.789.790.791.792.793.794.795.796.797.798.7 99.800.801.802.803.804.805.806.807.808.809.810.811.812.813.814.815.816.8 17.818.819.820.821.822.823.824.825.826.827.828.829.830.831.832.833.834.8 35.836.837.838.839.840.841.842.843.844.845.846.847.848.849.850.851.852.8 53.854.855.856.857.858.859.860.861.862.863.864.865.866.867.868.869.870.8 71.872.873.874.875.876.877.878.879.880.881.882.883.884.885.886.887.888.8 89.890.891.892.893.894.895.896.897.898.899.900.901.902.903.904.905.906.9 07.908.909.910.911.912.913.914.915.916.917.918.919.920.921.922.923.924.9 25.926.927.928.929.930.931.932.933.934.935.936.937.938.939.940.941.942.9 43.944.945.946.947.948.949.950.951.952.953.954.955.956.957.958.959.960.9 61.962.963.964.965.966.967.968.969.970.971.972.973.974.975.976.977.978.9 79.980.981.982.983.984.985.986.987.988.989.990.991.992.993.994.995.996.9 97.998.999.1000 [1,] "0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0" [2,] "1;0.16387;0.60612;0.87705;0.83798;0.26256;0.2763;0.14561;0.64365;0.3354 9;0.57083;0.77006;0.66183;0.89897;0.75467;0.29031;0.62502;0.37289;0.4330 1;0.49257;0.32471;0.93694;0.98593;0.62572;0.19011;0.24422;0.8111;0.92226 ;0.64808;0.54254;0.50744;0.29956;0.38237;0.18165;0.48215;0.88272;0.68313 ;0.22463;0.94944;0.42222;0.52936;0.59623;0.73172;0.95969;0.61568;0.65522 ;0.2822;0.63606;0.91753;0.90065;0.37887;0.83357;0.43949;0.85313;0.2142;0 .12122;0.44879;0.33948;0.70395;0.81464;0.38951;0.17642;0.76111;0.51108;0 .22062;0.17044;0.24061;0.46663;0.84428;0.12734;0.67585;0.19788;0.20239;0 .34844;0.58319;0.45463;0.10807;0.258;0.60392;0.55876;0.22981;0.80121;0.3 1447;0.93271;0.96714;0.91037;0.3084;0.51829;0.82599;0.88896;0.47315;0.70 677;0.99733;0.13205;0.73721;0.50304;0.74288;0.97735;0.15275;0.40228;0.36 195;0.56508;0.71566;0.41248;0.98537;0.32182;0.86758;0.78487;0.72197;0.58 076;0.76553;0.79643;0.55342;0.86057;0.43115;0.27003;0.40491;0.47662;0.14 263;0.78235;0.69486;0.68461;0.95001;0.5389;0.35661;0.10436;0.37507;0.249 1;0.75866;0.79426;0.65903;0.67794;0.38747;0.2944;0.3983;0.50353;0.91636; 0.10283;0.89477;0.86574;0.72631;0.30284;0.18385;0.21612;0.52759;0.23951; 0.69803;0.41437;0.39506;0.16011;0.72891;0.98161;0.56265;0.55711;0.84931; 0.54748;0.96904;0.99416;0.44459;0.63225;0.57523;0.25254;0.74712;0.85737; 0.46101;0.9557;0.407;0.45907;0.43516;0.92999;0.69316;0.80659;0.11744;0.7 1214;0.49746;0.78861;0.15753;0.96308;0.20496;0.77477;0.97468;0.45122;0.1 327;0.3524;0.42668;0.29224;0.41686;0.34281;0.82046;0.60894;0.63943;0.469 7;0.36658;0.31162;0.51593;0.71114;0.94043;0.88079;0.58621;0.98921;0.9432 7;0.18997;0.17323;0.27808;0.77802;0.12171;0.52472;0.49058;0.20902;0.8298 1;0.67163;0.26837;0.80298;0.8403;0.54432;0.61396;0.16737;0.47944;0.13707 ;0.81744;0.68852;0.28714;0.34828;0.92547;0.59784;0.76832;0.26095;0.53242 ;0.22671;0.90294;0.73607;0.87097;0.19499;0.329;0.90911;0.65389;0.88801;0 .23519;0.36569;0.33266;0.84875;0.58994;0.48743;0.14947;0.66768;0.62139;0 .64353;0.57208;0.75155;0.11168;0.31866;0.49782;0.62012;0.60425;0.914;0.8 3895;0.17544;0.26577;0.31683;0.25379;0.48137;0.57997;0.5623;0.94104;0.81 082;0.87554;0.33844;0.94632;0.42078;0.64148;0.78158;0.27821;0.70926;0.34 503;0.289;0.67983;0.60109;0.25972;0.11895;0.28492;0.53472;0.33135;0.2379 3;0.69992;0.16207;0.52118;0.9536;0.13859;0.144;0.65158;0.69613;0.74928;0 .89729;0.31054;0.1852;0.45022;0.39584;0.32596;0.42435;0.97199;0.55087;0. 81453;0.805;0.35818;0.74021;0.92287;0.74487;0.16535;0.52604;0.86207;0.19 615;0.62864;0.90188;0.61817;0.7328;0.22923;0.83171;0.99911;0.56017;0.760 15;0.65784;0.84201;0.40332;0.79123;0.68633;0.63297;0.90811;0.10145;0.878 64;0.79086;0.51383;0.24593;0.49222;0.85477;0.58467;0.59263;0.10935;0.305 71;0.36858;0.95838;0.21099;0.97018;0.92842;0.71449;0.57349;0.2194;0.1260 3;0.76358;0.98343;0.72376;0.13506;0.40966;0.20301;0.8642;0.47228;0.67044 ;0.50648;0.45759;0.77242;0.30158;0.98918;0.43739;0.48407;0.23317;0.38041 ;0.36369;0.15546;0.53941;0.39169;0.46186;0.44104;0.66542;0.82259;0.89178 ;0.38597;0.19298;0.7521;0.28072;0.56646;0.5373;0.88444;0.70233;0.88611;0 .97527;0.2338;0.62938;0.81917;0.85214;0.80003;0.10612;0.44207;0.33658;0. 73493;0.12957;0.75576;0.93342;0.1412;0.25056;0.29747;0.86986;0.46817;0.5 2239;0.14764;0.51566;0.79799;0.84658;0.3515;0.72756;0.66498;0.17899;0.32 811;0.51007;0.71942;0.18721;0.1246;0.58797;0.93808;0.8353;0.15761;0.2128 9;0.45307;0.24313;0.65052;0.82521;0.56903;0.94513;0.47592;0.57767;0.8929 6;0.80766;0.49542;0.96481;0.16897;0.34323;0.913;0.82862;0.11552;0.74123; 0.87282;0.61058;0.11391;0.30468;0.77959;0.90513;0.26524;0.43193;0.66079; 0.41631;0.35932;0.38262;0.91961;0.99223;0.18004;0.39103;0.59978;0.31384; 0.67293;0.77629;0.50124;0.27344;0.54635;0.62357;0.27215;0.85841;0.78669; 0.44646;0.70521;0.5935;0.42904;0.19958;0.25599;0.20706;0.53067;0.95147;0 .98019;0.32022;0.96182;0.21847;0.29409;0.54891;0.15204;0.37143;0.71809;0 .46428;0.6895;0.92633;0.99618;0.22244;0.61259;0.64678;0.76625;0.67602;0. 35435;0.63659;0.40837;0.42021;0.37679;0.39931;0.55495;0.48631;0.69134;0. 73434;0.97776;0.42687;0.46567;0.4997;0.76208;0.86603;0.34455;0.38443;0.9 8749;0.26799;0.96047;0.44357;0.33757;0.85355;0.74214;0.34988;0.45666;0.3 004;0.8961;0.5171;0.83132;0.62797;0.79244;0.92521;0.64248;0.90234;0.1303 4;0.87844;0.31149;0.89075;0.17282;0.5857;0.52539;0.3682;0.40942;0.59205; 0.15076;0.2646;0.35901;0.11983;0.54078;0.68571;0.28919;0.48845;0.49428;0 .56618;0.39307;0.32368;0.6707;0.83646;0.37602;0.98053;0.16795;0.81587;0. 5237;0.39703;0.91811;0.41408;0.76261;0.94433;0.46992;0.68053;0.21222;0.3 2128;0.7895;0.80641;0.27701;0.77396;0.63731;0.20782;0.70338;0.57611;0.93 215;0.19121;0.22178;0.43238;0.36096;0.50899;0.18298;0.91109;0.7832;0.538 14;0.30638;0.65699;0.55424;0.66641;0.14673;0.64903;0.80463;0.24826;0.965 21;0.87147;0.69524;0.22746;0.44803;0.16241;0.10189;0.73214;0.57293;0.237 64;0.59905;0.86266;0.41807;0.61674;0.11235;0.2841;0.12872;0.25399;0.8244 8;0.75011;0.54954;0.6226;0.48066;0.99303;0.60688;0.84741;0.93708;0.13929 ;0.2344;0.7188;0.7061;0.72538;0.194;0.95087;0.2258;0.60205;0.23193;0.339 29;0.87405;0.50515;0.97362;0.18231;0.31956;0.48498;0.25841;0.58211;0.746 04;0.82095;0.63522;0.44118;0.71374;0.88482;0.76695;0.58912;0.17668;0.203 9;0.66002;0.42208;0.17003;0.60829;0.843;0.56861;0.29627;0.9568;0.65259;0 .62067;0.18788;0.28109;0.12286;0.85132;0.89407;0.20804;0.67484;0.15413;0 .75754;0.32744;0.27446;0.93918;0.77943;0.66342;0.91519;0.77167;0.38996;0 .51957;0.88194;0.70117;0.838;0.90613;0.14956;0.95499;0.61321;0.71066;0.8 1679;0.99845;0.47461;0.40587;0.69267;0.97078;0.53159;0.9839;0.35294;0.81 198;0.33041;0.92896;0.21741;0.51258;0.46033;0.55239;0.63164;0.43792;0.75 406;0.59442;0.64523;0.55797;0.67893;0.68738;0.56154;0.47416;0.34571;0.36 482;0.83064;0.94788;0.4122;0.30367;0.90727;0.37777;0.73893;0.72121;0.496 18;0.10826;0.80074;0.31558;0.86772;0.53443;0.45383;0.72659;0.54283;0.105 02;0.38396;0.45226;0.25725;0.92087;0.42838;0.13397;0.11628;0.99057;0.293 45;0.27078;0.7955;0.15855;0.85643;0.24143;0.78514;0.20051;0.3719;0.14191 ;0.24742;0.49121;0.40048;0.97853;0.36185;0.49369;0.27512;0.66311;0.3228; 0.83332;0.43913;0.55596;0.21991;0.61904;0.18865;0.46292;0.19644;0.21505; 0.52672;0.94404;0.16424;0.25125;0.14798;0.34102;0.47138;0.28593;0.17162; 0.96844;0.39374;0.5022;0.90893;0.3813;0.47797;0.45568;0.83481;0.53307;0. 9635;0.7933;0.78041;0.71527;0.26739;0.81287;0.73066;0.15619;0.33447;0.99 14;0.74631;0.34743;0.99717;0.85893;0.87394;0.51917;0.77126;0.58345;0.756 51;0.93542;0.42314;0.80286;0.88318;0.97655;0.1185;0.61625;0.93492;0.2237 4;0.89989;0.66947;0.63861;0.85001;0.57908;0.42963;0.10719;0.70159;0.8686 7;0.37059;0.60977;0.24259;0.55095;0.70806;0.60296;0.3254;0.64837;0.41528 ;0.88665;0.8922;0.17818;0.18065;0.2056;0.40297;0.56792;0.29546;0.68365;0 .44664;0.76957;0.11302;0.54108;0.43408;0.5752;0.84453;0.23098;0.59064;0. 13073;0.69729;0.75258;0.6559;0.92725;0.92064;0.78724;0.73659;0.35634;0.8 0947;0.8268;0.62667;0.3025;0.72068;0.29117;0.2499;0.12428;0.48536;0.6817 6;0.64617;0.30917;0.13973;0.95648;0.4011;0.26365;0.50411;0.51162;0.37923 ;0.16655;0.28352;0.88006;0.85587;0.9417;0.27133;0.57834;0.13574;0.92409; 0.93133;0.84527;0.87661;0.91181;0.77744;0.77569;0.8416;0.68997;0.57013;0 .15344;0.3332;0.36393;0.54475;0.1106;0.60551;0.90413;0.86402;0.76426;0.6 992;0.27971;0.56429;0.40681;0.35478;0.39621;0.95943;0.61194;0.58713;0.28 72;0.49888;0.19205;0.1746;0.13629;0.63069;0.81906;0.47825;0.18614;0.5359 4;0.88951;0.89749;0.52121;0.70986;0.8089;0.34159;0.63383;0.71656;0.20111 ;0.64042;0.65802;0.95309;0.73982;0.19839;0.48882;0.65285;0.33032;0.9869; 0.98207;0.7591;0.55937;0.9158;0.97244;0.67414;0.41136;0.50781;0.31264;0. 79849;0.82306;0.66849;0.37395;0.59521;0.44959;0.20997;0.54656;0.35047;0. 44538;0.85965;0.78825;0.42544;0.38849;0.74364;0.26185;0.1609;0.46773;0.2 1567;0.82754;0.7967;0.72289;0.11504;0.31716;0.23877;0.67734;0.5146;0.465 01;0.52862;0.36967;0.14434;0.24524;0.12699;0.62383;0.59737;0.45972;0.435 91;0.9949;0.7294;0.25483;0.96632;0.23638;0.29816;0.38691;0.41931;0.10009 ;0.30712;0.69079;0.48303;0.94765;0.7488;0.22819" [3,] "2;0.32774;1.2122;1.7541;1.676;0.52511;0.55259;0.29122;1.2873;0.67097;1. 1417;1.5401;1.3237;1.7979;1.5093;0.58061;1.25;0.74578;0.86603;0.98515;0. 64942;1.8739;1.9719;1.2514;0.38021;0.48845;1.6222;1.8445;1.2962;1.0851;1 .0149;0.59912;0.76475;0.3633;0.96429;1.7654;1.3663;0.44925;1.8989;0.8444 4;1.0587;1.1925;1.4634;1.9194;1.2314;1.3104;0.5644;1.2721;1.8351;1.8013; 0.75773;1.6671;0.87899;1.7063;0.4284;0.24245;0.89758;0.67896;1.4079;1.62 93;0.77902;0.35283;1.5222;1.0222;0.44124;0.34088;0.48121;0.93326;1.6886; 0.25467;1.3517;0.39577;0.40479;0.69687;1.1664;0.90927;0.21613;0.51601;1. 2078;1.1175;0.45962;1.6024;0.62893;1.8654;1.9343;1.8207;0.6168;1.0366;1. 652;1.7779;0.9463;1.4135;1.9947;0.2641;1.4744;1.0061;1.4858;1.9547;0.305 5;0.80457;0.7239;1.1302;1.4313;0.82496;1.9707;0.64363;1.7352;1.5697;1.44 39;1.1615;1.5311;1.5929;1.1068;1.7211;0.8623;0.54006;0.80982;0.95324;0.2 8527;1.5647;1.3897;1.3692;1.9;1.0778;0.71323;0.20873;0.75015;0.49819;1.5 173;1.5885;1.3181;1.3559;0.77493;0.5888;0.79661;1.0071;1.8327;0.20566;1. 7895;1.7315;1.4526;0.60569;0.36769;0.43224;1.0552;0.47902;1.3961;0.82875 ;0.79012;0.32023;1.4578;1.9632;1.1253;1.1142;1.6986;1.095;1.9381;1.9883; 0.88918;1.2645;1.1505;0.50507;1.4942;1.7147;0.92203;1.9114;0.814;0.91815 ;0.87032;1.86;1.3863;1.6132;0.23488;1.4243;0.99493;1.5772;0.31505;1.9262 ;0.40991;1.5495;1.9494;0.90244;0.2654;0.70481;0.85336;0.58447;0.83373;0. 68562;1.6409;1.2179;1.2789;0.9394;0.73316;0.62325;1.0319;1.4223;1.8809;1 .7616;1.1724;1.9784;1.8865;0.37993;0.34646;0.55616;1.556;0.24341;1.0494; 0.98117;0.41805;1.6596;1.3433;0.53674;1.606;1.6806;1.0886;1.2279;0.33474 ;0.95887;0.27415;1.6349;1.377;0.57429;0.69655;1.8509;1.1957;1.5366;0.521 9;1.0648;0.45342;1.8059;1.4721;1.7419;0.38997;0.65801;1.8182;1.3078;1.77 6;0.47038;0.73137;0.66533;1.6975;1.1799;0.97486;0.29893;1.3354;1.2428;1. 2871;1.1442;1.5031;0.22335;0.63733;0.99563;1.2402;1.2085;1.828;1.6779;0. 35088;0.53154;0.63367;0.50759;0.96273;1.1599;1.1246;1.8821;1.6216;1.7511 ;0.67688;1.8926;0.84157;1.283;1.5632;0.55641;1.4185;0.69006;0.57799;1.35 97;1.2022;0.51944;0.23789;0.56985;1.0694;0.66271;0.47586;1.3998;0.32414; 1.0424;1.9072;0.27717;0.288;1.3032;1.3923;1.4986;1.7946;0.62108;0.3704;0 .90043;0.79168;0.65191;0.84871;1.944;1.1017;1.6291;1.61;0.71637;1.4804;1 .8457;1.4897;0.3307;1.0521;1.7241;0.3923;1.2573;1.8038;1.2363;1.4656;0.4 5847;1.6634;1.9982;1.1203;1.5203;1.3157;1.684;0.80663;1.5825;1.3727;1.26 59;1.8162;0.2029;1.7573;1.5817;1.0277;0.49185;0.98444;1.7095;1.1693;1.18 53;0.21869;0.61143;0.73716;1.9168;0.42198;1.9404;1.8568;1.429;1.147;0.43 88;0.25207;1.5272;1.9669;1.4475;0.27013;0.81933;0.40601;1.7284;0.94457;1 .3409;1.013;0.91517;1.5448;0.60315;1.9784;0.87479;0.96815;0.46634;0.7608 2;0.72739;0.31092;1.0788;0.78338;0.92371;0.88208;1.3308;1.6452;1.7836;0. 77193;0.38595;1.5042;0.56144;1.1329;1.0746;1.7689;1.4047;1.7722;1.9505;0 .46759;1.2588;1.6383;1.7043;1.6001;0.21224;0.88413;0.67316;1.4699;0.2591 4;1.5115;1.8668;0.28239;0.50113;0.59494;1.7397;0.93634;1.0448;0.29528;1. 0313;1.596;1.6932;0.70299;1.4551;1.33;0.35799;0.65622;1.0201;1.4388;0.37 442;0.24919;1.1759;1.8762;1.6706;0.31522;0.42579;0.90615;0.48625;1.301;1 .6504;1.1381;1.8903;0.95183;1.1553;1.7859;1.6153;0.99085;1.9296;0.33793; 0.68647;1.826;1.6572;0.23104;1.4825;1.7456;1.2212;0.22783;0.60935;1.5592 ;1.8103;0.53048;0.86386;1.3216;0.83262;0.71863;0.76525;1.8392;1.9845;0.3 6009;0.78206;1.1996;0.62769;1.3459;1.5526;1.0025;0.54687;1.0927;1.2471;0 .5443;1.7168;1.5734;0.89292;1.4104;1.187;0.85807;0.39915;0.51197;0.41413 ;1.0613;1.9029;1.9604;0.64044;1.9236;0.43693;0.58818;1.0978;0.30407;0.74 286;1.4362;0.92856;1.379;1.8527;1.9924;0.44488;1.2252;1.2936;1.5325;1.35 2;0.7087;1.2732;0.81675;0.84041;0.75358;0.79861;1.1099;0.97262;1.3827;1. 4687;1.9555;0.85374;0.93134;0.99941;1.5242;1.7321;0.6891;0.76887;1.975;0 .53597;1.9209;0.88714;0.67513;1.7071;1.4843;0.69976;0.91332;0.60081;1.79 22;1.0342;1.6626;1.2559;1.5849;1.8504;1.285;1.8047;0.26069;1.7569;0.6229 7;1.7815;0.34564;1.1714;1.0508;0.73639;0.81883;1.1841;0.30152;0.5292;0.7 1802;0.23966;1.0816;1.3714;0.57839;0.9769;0.98856;1.1324;0.78614;0.64736 ;1.3414;1.6729;0.75203;1.9611;0.3359;1.6317;1.0474;0.79406;1.8362;0.8281 7;1.5252;1.8887;0.93984;1.3611;0.42445;0.64255;1.579;1.6128;0.55402;1.54 79;1.2746;0.41563;1.4068;1.1522;1.8643;0.38242;0.44356;0.86476;0.72191;1 .018;0.36596;1.8222;1.5664;1.0763;0.61275;1.314;1.1085;1.3328;0.29347;1. 2981;1.6093;0.49652;1.9304;1.7429;1.3905;0.45492;0.89606;0.32481;0.20377 ;1.4643;1.1459;0.47528;1.1981;1.7253;0.83614;1.2335;0.2247;0.5682;0.2574 4;0.50798;1.649;1.5002;1.0991;1.2452;0.96132;1.9861;1.2138;1.6948;1.8742 ;0.27859;0.46881;1.4376;1.4122;1.4508;0.38801;1.9017;0.4516;1.2041;0.463 86;0.67858;1.7481;1.0103;1.9472;0.36462;0.63913;0.96996;0.51682;1.1642;1 .4921;1.6419;1.2704;0.88236;1.4275;1.7696;1.5339;1.1782;0.35337;0.40781; 1.32;0.84415;0.34007;1.2166;1.686;1.1372;0.59255;1.9136;1.3052;1.2413;0. 37577;0.56219;0.24571;1.7026;1.7881;0.41608;1.3497;0.30826;1.5151;0.6548 8;0.54891;1.8784;1.5589;1.3268;1.8304;1.5433;0.77991;1.0391;1.7639;1.402 3;1.676;1.8123;0.29912;1.91;1.2264;1.4213;1.6336;1.9969;0.94921;0.81173; 1.3853;1.9416;1.0632;1.9678;0.70589;1.624;0.66083;1.8579;0.43482;1.0252; 0.92066;1.1048;1.2633;0.87585;1.5081;1.1888;1.2905;1.1159;1.3579;1.3748; 1.1231;0.94832;0.69141;0.72964;1.6613;1.8958;0.82439;0.60734;1.8145;0.75 554;1.4779;1.4424;0.99237;0.21652;1.6015;0.63116;1.7354;1.0689;0.90765;1 .4532;1.0857;0.21005;0.76793;0.90452;0.5145;1.8417;0.85675;0.26793;0.232 57;1.9811;0.58691;0.54156;1.591;0.31711;1.7129;0.48286;1.5703;0.40103;0. 74381;0.28381;0.49483;0.98242;0.80095;1.9571;0.72371;0.98738;0.55024;1.3 262;0.6456;1.6666;0.87827;1.1119;0.43983;1.2381;0.3773;0.92584;0.39288;0 .4301;1.0534;1.8881;0.32849;0.50251;0.29595;0.68204;0.94276;0.57185;0.34 325;1.9369;0.78749;1.0044;1.8179;0.7626;0.95595;0.91135;1.6696;1.0661;1. 927;1.5866;1.5608;1.4305;0.53479;1.6257;1.4613;0.31239;0.66895;1.9828;1. 4926;0.69486;1.9943;1.7179;1.7479;1.0383;1.5425;1.1669;1.513;1.8708;0.84 627;1.6057;1.7664;1.9531;0.237;1.2325;1.8698;0.44748;1.7998;1.3389;1.277 2;1.7;1.1582;0.85925;0.21437;1.4032;1.7373;0.74118;1.2195;0.48519;1.1019 ;1.4161;1.2059;0.65081;1.2967;0.83056;1.7733;1.7844;0.35635;0.3613;0.411 19;0.80594;1.1358;0.59093;1.3673;0.89328;1.5391;0.22604;1.0822;0.86816;1 .1504;1.6891;0.46196;1.1813;0.26145;1.3946;1.5052;1.3118;1.8545;1.8413;1 .5745;1.4732;0.71267;1.6189;1.6536;1.2533;0.60499;1.4414;0.58234;0.4998; 0.24856;0.97073;1.3635;1.2923;0.61834;0.27947;1.913;0.80221;0.5273;1.008 2;1.0232;0.75846;0.33311;0.56705;1.7601;1.7117;1.8834;0.54265;1.1567;0.2 7149;1.8482;1.8627;1.6905;1.7532;1.8236;1.5549;1.5514;1.6832;1.3799;1.14 03;0.30688;0.6664;0.72787;1.0895;0.22121;1.211;1.8083;1.728;1.5285;1.398 4;0.55942;1.1286;0.81363;0.70956;0.79241;1.9189;1.2239;1.1743;0.57441;0. 99777;0.3841;0.3492;0.27259;1.2614;1.6381;0.95649;0.37229;1.0719;1.779;1 .795;1.0424;1.4197;1.6178;0.68317;1.2677;1.4331;0.40221;1.2808;1.316;1.9 062;1.4796;0.39677;0.97763;1.3057;0.66064;1.9738;1.9641;1.5182;1.1187;1. 8316;1.9449;1.3483;0.82271;1.0156;0.62527;1.597;1.6461;1.337;0.7479;1.19 04;0.89919;0.41994;1.0931;0.70094;0.89077;1.7193;1.5765;0.85088;0.77698; 1.4873;0.5237;0.3218;0.93547;0.43133;1.6551;1.5934;1.4458;0.23009;0.6343 2;0.47754;1.3547;1.0292;0.93002;1.0572;0.73933;0.28868;0.49047;0.25399;1 .2477;1.1947;0.91943;0.87182;1.9898;1.4588;0.50965;1.9326;0.47276;0.5963 3;0.77382;0.83861;0.20018;0.61424;1.3816;0.96606;1.8953;1.4976;0.45638" [4,] "3;0.4916;1.8184;2.6312;2.5139;0.78767;0.82889;0.43683;1.9309;1.0065;1.7 125;2.3102;1.9855;2.6969;2.264;0.87092;1.875;1.1187;1.299;1.4777;0.97413 ;2.8108;2.9578;1.8772;0.57032;0.73267;2.4333;2.7668;1.9442;1.6276;1.5223 ;0.89868;1.1471;0.54496;1.4464;2.6482;2.0494;0.67388;2.8483;1.2667;1.588 1;1.7887;2.1951;2.8791;1.847;1.9656;0.8466;1.9082;2.7526;2.7019;1.1366;2 .5007;1.3185;2.5594;0.6426;0.36367;1.3464;1.0184;2.1118;2.4439;1.1685;0. 52925;2.2833;1.5332;0.66185;0.51132;0.72182;1.3999;2.5328;0.38201;2.0276 ;0.59365;0.60718;1.0453;1.7496;1.3639;0.3242;0.77401;1.8118;1.6763;0.689 43;2.4036;0.9434;2.7981;2.9014;2.7311;0.92521;1.5549;2.478;2.6669;1.4195 ;2.1203;2.992;0.39616;2.2116;1.5091;2.2286;2.9321;0.45826;1.2068;1.0859; 1.6952;2.147;1.2374;2.9561;0.96545;2.6027;2.3546;2.1659;1.7423;2.2966;2. 3893;1.6603;2.5817;1.2934;0.81008;1.2147;1.4299;0.4279;2.3471;2.0846;2.0 538;2.85;1.6167;1.0698;0.31309;1.1252;0.74729;2.276;2.3828;1.9771;2.0338 ;1.1624;0.8832;1.1949;1.5106;2.7491;0.30848;2.6843;2.5972;2.1789;0.90853 ;0.55154;0.64836;1.5828;0.71852;2.0941;1.2431;1.1852;0.48034;2.1867;2.94 48;1.688;1.6713;2.5479;1.6424;2.9071;2.9825;1.3338;1.8967;1.7257;0.75761 ;2.2414;2.5721;1.383;2.8671;1.221;1.3772;1.3055;2.79;2.0795;2.4198;0.352 31;2.1364;1.4924;2.3658;0.47258;2.8892;0.61487;2.3243;2.924;1.3537;0.398 1;1.0572;1.28;0.87671;1.2506;1.0284;2.4614;1.8268;1.9183;1.4091;1.0997;0 .93487;1.5478;2.1334;2.8213;2.6424;1.7586;2.9676;2.8298;0.5699;0.51969;0 .83424;2.3341;0.36512;1.5742;1.4718;0.62707;2.4894;2.0149;0.8051;2.4089; 2.5209;1.6329;1.8419;0.50211;1.4383;0.41122;2.4523;2.0656;0.86143;1.0448 ;2.7764;1.7935;2.305;0.78286;1.5972;0.68013;2.7088;2.2082;2.6129;0.58496 ;0.98701;2.7273;1.9617;2.664;0.70557;1.0971;0.99799;2.5462;1.7698;1.4623 ;0.4484;2.003;1.8642;1.9306;1.7162;2.2546;0.33503;0.95599;1.4934;1.8604; 1.8128;2.742;2.5169;0.52633;0.79731;0.9505;0.76138;1.4441;1.7399;1.6869; 2.8231;2.4325;2.6266;1.0153;2.839;1.2624;1.9245;2.3447;0.83462;2.1278;1. 0351;0.86699;2.0395;1.8033;0.77916;0.35684;0.85477;1.6042;0.99406;0.7137 9;2.0998;0.48621;1.5635;2.8608;0.41576;0.432;1.9547;2.0884;2.2478;2.6919 ;0.93162;0.5556;1.3506;1.1875;0.97787;1.2731;2.916;1.6526;2.4436;2.415;1 .0745;2.2206;2.7686;2.2346;0.49605;1.5781;2.5862;0.58846;1.8859;2.7056;1 .8545;2.1984;0.6877;2.4951;2.9973;1.6805;2.2804;1.9735;2.526;1.2099;2.37 37;2.059;1.8989;2.7243;0.30435;2.6359;2.3726;1.5415;0.73778;1.4767;2.564 3;1.754;1.7779;0.32804;0.91714;1.1057;2.8751;0.63297;2.9105;2.7853;2.143 5;1.7205;0.6582;0.3781;2.2908;2.9503;2.1713;0.40519;1.229;0.60902;2.5926 ;1.4168;2.0113;1.5194;1.3728;2.3173;0.90473;2.9675;1.3122;1.4522;0.69951 ;1.1412;1.0911;0.46638;1.6182;1.1751;1.3856;1.3231;1.9963;2.4678;2.6753; 1.1579;0.57893;2.2563;0.84217;1.6994;1.6119;2.6533;2.107;2.6583;2.9258;0 .70139;1.8881;2.4575;2.5564;2.4001;0.31836;1.3262;1.0097;2.2048;0.38872; 2.2673;2.8003;0.42359;0.75169;0.89242;2.6096;1.4045;1.5672;0.44292;1.547 ;2.394;2.5397;1.0545;2.1827;1.9949;0.53698;0.98433;1.5302;2.1583;0.56162 ;0.37379;1.7639;2.8142;2.5059;0.47283;0.63868;1.3592;0.72938;1.9516;2.47 56;1.7071;2.8354;1.4277;1.733;2.6789;2.423;1.4863;2.8944;0.5069;1.0297;2 .739;2.4858;0.34655;2.2237;2.6184;1.8317;0.34174;0.91403;2.3388;2.7154;0 .79571;1.2958;1.9824;1.2489;1.0779;1.1479;2.7588;2.9767;0.54013;1.1731;1 .7993;0.94153;2.0188;2.3289;1.5037;0.82031;1.6391;1.8707;0.81645;2.5752; 2.3601;1.3394;2.1156;1.7805;1.2871;0.59873;0.76796;0.62119;1.592;2.8544; 2.9406;0.96065;2.8855;0.6554;0.88227;1.6467;0.45611;1.1143;2.1543;1.3928 ;2.0685;2.779;2.9885;0.66732;1.8378;1.9403;2.2987;2.0281;1.0631;1.9098;1 .2251;1.2606;1.1304;1.1979;1.6649;1.4589;2.074;2.203;2.9333;1.2806;1.397 ;1.4991;2.2862;2.5981;1.0336;1.1533;2.9625;0.80396;2.8814;1.3307;1.0127; 2.5607;2.2264;1.0496;1.37;0.90121;2.6883;1.5513;2.494;1.8839;2.3773;2.77 56;1.9274;2.707;0.39103;2.6353;0.93446;2.6722;0.51846;1.7571;1.5762;1.10 46;1.2283;1.7761;0.45227;0.79381;1.077;0.35949;1.6223;2.0571;0.86758;1.4 653;1.4828;1.6985;1.1792;0.97105;2.0121;2.5094;1.1281;2.9416;0.50385;2.4 476;1.5711;1.1911;2.7543;1.2423;2.2878;2.833;1.4098;2.0416;0.63667;0.963 83;2.3685;2.4192;0.83102;2.3219;1.9119;0.62345;2.1101;1.7283;2.7965;0.57 362;0.66534;1.2971;1.0829;1.527;0.54893;2.7333;2.3496;1.6144;0.91913;1.9 71;1.6627;1.9992;0.4402;1.9471;2.4139;0.74479;2.8956;2.6144;2.0857;0.682 39;1.3441;0.48722;0.30566;2.1964;1.7188;0.71292;1.7972;2.588;1.2542;1.85 02;0.33705;0.8523;0.38617;0.76196;2.4734;2.2503;1.6486;1.8678;1.442;2.97 91;1.8206;2.5422;2.8113;0.41788;0.70321;2.1564;2.1183;2.1762;0.58201;2.8 526;0.6774;1.8061;0.69579;1.0179;2.6222;1.5155;2.9208;0.54693;0.95869;1. 4549;0.77523;1.7463;2.2381;2.4629;1.9057;1.3235;2.1412;2.6545;2.3008;1.7 673;0.53005;0.61171;1.9801;1.2662;0.5101;1.8249;2.529;1.7058;0.88882;2.8 704;1.9578;1.862;0.56365;0.84328;0.36857;2.554;2.6822;0.62412;2.0245;0.4 6239;2.2726;0.98232;0.82337;2.8175;2.3383;1.9903;2.7456;2.315;1.1699;1.5 587;2.6458;2.1035;2.514;2.7184;0.44868;2.865;1.8396;2.132;2.4504;2.9953; 1.4238;1.2176;2.078;2.9123;1.5948;2.9517;1.0588;2.4359;0.99124;2.7869;0. 65223;1.5377;1.381;1.6572;1.8949;1.3138;2.2622;1.7832;1.9357;1.6739;2.03 68;2.0622;1.6846;1.4225;1.0371;1.0945;2.4919;2.8437;1.2366;0.91101;2.721 8;1.1333;2.2168;2.1636;1.4885;0.32478;2.4022;0.94674;2.6032;1.6033;1.361 5;2.1798;1.6285;0.31507;1.1519;1.3568;0.77176;2.7626;1.2851;0.4019;0.348 85;2.9717;0.88036;0.81233;2.3865;0.47566;2.5693;0.72428;2.3554;0.60154;1 .1157;0.42572;0.74225;1.4736;1.2014;2.9356;1.0856;1.4811;0.82536;1.9893; 0.96841;2.5;1.3174;1.6679;0.65974;1.8571;0.56595;1.3888;0.58932;0.64515; 1.5802;2.8321;0.49273;0.75376;0.44393;1.0231;1.4141;0.85778;0.51487;2.90 53;1.1812;1.5066;2.7268;1.1439;1.4339;1.367;2.5044;1.5992;2.8905;2.3799; 2.3412;2.1458;0.80218;2.4386;2.192;0.46858;1.0034;2.9742;2.2389;1.0423;2 .9915;2.5768;2.6218;1.5575;2.3138;1.7503;2.2695;2.8063;1.2694;2.4086;2.6 495;2.9297;0.3555;1.8488;2.8048;0.67123;2.6997;2.0084;1.9158;2.55;1.7372 ;1.2889;0.32156;2.1048;2.606;1.1118;1.8293;0.72778;1.6529;2.1242;1.8089; 0.97621;1.9451;1.2458;2.6599;2.6766;0.53453;0.54195;0.61679;1.2089;1.703 8;0.88639;2.0509;1.3399;2.3087;0.33906;1.6232;1.3022;1.7256;2.5336;0.692 94;1.7719;0.39218;2.0919;2.2577;1.9677;2.7817;2.7619;2.3617;2.2098;1.069 ;2.4284;2.4804;1.88;0.90749;2.162;0.87351;0.74971;0.37284;1.4561;2.0453; 1.9385;0.92751;0.4192;2.8694;1.2033;0.79095;1.5123;1.5348;1.1377;0.49966 ;0.85057;2.6402;2.5676;2.8251;0.81398;1.735;0.40723;2.7723;2.794;2.5358; 2.6298;2.7354;2.3323;2.3271;2.5248;2.0699;1.7104;0.46032;0.99959;1.0918; 1.6342;0.33181;1.8165;2.7124;2.5921;2.2928;2.0976;0.83913;1.6929;1.2204; 1.0643;1.1886;2.8783;1.8358;1.7614;0.86161;1.4967;0.57614;0.5238;0.40888 ;1.8921;2.4572;1.4347;0.55843;1.6078;2.6685;2.6925;1.5636;2.1296;2.4267; 1.0248;1.9015;2.1497;0.60332;1.9213;1.974;2.8593;2.2195;0.59516;1.4664;1 .9586;0.99096;2.9607;2.9462;2.2773;1.6781;2.7474;2.9173;2.0224;1.2341;1. 5234;0.93791;2.3955;2.4692;2.0055;1.1218;1.7856;1.3488;0.6299;1.6397;1.0 514;1.3362;2.5789;2.3647;1.2763;1.1655;2.2309;0.78554;0.4827;1.4032;0.64 7;2.4826;2.3901;2.1687;0.34513;0.95147;0.71631;2.032;1.5438;1.395;1.5859 ;1.109;0.43303;0.73571;0.38098;1.8715;1.7921;1.3792;1.3077;2.9847;2.1882 ;0.76448;2.899;0.70914;0.89449;1.1607;1.2579;0.30026;0.92136;2.0724;1.44 91;2.8429;2.2464;0.68457" Input <- as.matrix(Input[,-1]) # remove column 1 from analysis 101x0 character matrix [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,] <-----Original Message-----> >From: Jean V Adams [jvad...@usgs.gov] >Sent: 11/28/2012 7:21:16 AM >To: iruc...@mail2world.com >Cc: r-help@r-project.org >Subject: Re: [R] zeros in double matrix rather than character matrix > >Irucka, > >What is the code that you are using that results in a character matrix? >What does the character matrix look like? >If your matrix is called m, submit the following code and share the results with >us. > >m[1:6, ] >as.numeric(m[1:6, ]) > >Jean > > > >iembry <iruc...@mail2world.com> wrote on 11/27/2012 11:35:15 PM: >> >> Hi, how are you? >> >> I have 1000 total columns with 100 rows and I have shown 4 columns of 100 >> rows below. I want the zeros to be read in as numerical or integer values >> rather than a character. Right now I have a 100x0 character matrix rather >> than a 100x1000 double matrix. >> >> What do I need to do to read in a .csv spreadsheet with counting the zeros >> as a numerical or integer value? >> >> Thank-you. >> >> Irucka Embry >> >> >> 0 0 0 0 >> 0.16387 0.60612 0.87705 0.83798 >> 0.32774 1.2122 1.7541 1.676 >> 0.4916 1.8184 2.6312 2.5139 >> 0.65547 2.4245 3.5082 3.3519 >> 0.81934 3.0306 4.3853 4.1899 >> 0.98321 3.6367 5.2623 5.0279 >> 1.1471 4.2429 6.1394 5.8659 >> 1.3109 4.849 7.0164 6.7038 >> 1.4748 5.4551 7.8935 7.5418 >> 1.6387 6.0612 8.7705 8.3798 >> 1.8026 6.6673 9.6476 9.2178 >> 1.9664 7.2735 10.525 10.056 >> 2.1303 7.8796 11.402 10.894 >> 2.2942 8.4857 12.279 11.732 >> 2.458 9.0918 13.156 12.57 >> 2.6219 9.6979 14.033 13.408 >> 2.7858 10.304 14.91 14.246 >> 2.9496 10.91 15.787 15.084 >> 3.1135 11.516 16.664 15.922 >> 3.2774 12.122 17.541 16.76 >> 3.4412 12.729 18.418 17.598 >> 3.6051 13.335 19.295 18.436 >> 3.769 13.941 20.172 19.274 >> 3.9328 14.547 21.049 20.112 >> 4.0967 15.153 21.926 20.95 >> 4.2606 15.759 22.803 21.788 >> 4.4244 16.365 23.68 22.625 >> 4.5883 16.971 24.557 23.463 >> 4.7522 17.578 25.434 24.301 >> 4.916 18.184 26.312 25.139 >> 5.0799 18.79 27.189 25.977 >> 5.2438 19.396 28.066 26.815 >> 5.4077 20.002 28.943 27.653 >> 5.5715 20.608 29.82 28.491 >> 5.7354 21.214 30.697 29.329 >> 5.8993 21.82 31.574 30.167 >> 6.0631 22.426 32.451 31.005 >> 6.227 23.033 33.328 31.843 >> 6.3909 23.639 34.205 32.681 >> 6.5547 24.245 35.082 33.519 >> 6.7186 24.851 35.959 34.357 >> 6.8825 25.457 36.836 35.195 >> 7.0463 26.063 37.713 36.033 >> 7.2102 26.669 38.59 36.871 >> 7.3741 27.275 39.467 37.709 >> 7.5379 27.882 40.344 38.547 >> 7.7018 28.488 41.221 39.385 >> 7.8657 29.094 42.098 40.223 >> 8.0295 29.7 42.976 41.061 >> 8.1934 30.306 43.853 41.899 >> 8.1115 30.003 43.414 41.48 >> 8.0295 29.7 42.976 41.061 >> 7.9476 29.397 42.537 40.642 >> 7.8657 29.094 42.098 40.223 >> 7.7837 28.791 41.66 39.804 >> 7.7018 28.488 41.221 39.385 >> 7.6199 28.185 40.783 38.966 >> 7.5379 27.882 40.344 38.547 >> 7.456 27.579 39.906 38.128 >> 7.3741 27.275 39.467 37.709 >> 7.2921 26.972 39.029 37.29 >> 7.2102 26.669 38.59 36.871 >> 7.1283 26.366 38.152 36.452 >> 7.0463 26.063 37.713 36.033 >> 6.9644 25.76 37.275 35.614 >> 6.8825 25.457 36.836 35.195 >> 6.8005 25.154 36.398 34.776 >> 6.7186 24.851 35.959 34.357 >> 6.6367 24.548 35.521 33.938 >> 6.5547 24.245 35.082 33.519 >> 6.4728 23.942 34.644 33.1 >> 6.3909 23.639 34.205 32.681 >> 6.3089 23.336 33.766 32.262 >> 6.227 23.033 33.328 31.843 >> 6.1451 22.73 32.889 31.424 >> 6.0631 22.426 32.451 31.005 >> 5.9812 22.123 32.012 30.586 >> 5.8993 21.82 31.574 30.167 >> 5.8173 21.517 31.135 29.748 >> 5.7354 21.214 30.697 29.329 >> 5.6535 20.911 30.258 28.91 >> 5.5715 20.608 29.82 28.491 >> 5.4896 20.305 29.381 28.072 >> 5.4077 20.002 28.943 27.653 >> 5.3257 19.699 28.504 27.234 >> 5.2438 19.396 28.066 26.815 >> 5.1618 19.093 27.627 26.396 >> 5.0799 18.79 27.189 25.977 >> 4.998 18.487 26.75 25.558 >> 4.916 18.184 26.312 25.139 >> 4.8341 17.881 25.873 24.72 >> 4.7522 17.578 25.434 24.301 >> 4.6702 17.274 24.996 23.882 >> 4.5883 16.971 24.557 23.463 >> 4.5064 16.668 24.119 23.044 >> 4.4244 16.365 23.68 22.625 >> 4.3425 16.062 23.242 22.206 >> 4.2606 15.759 22.803 21.788 >> 4.1786 15.456 22.365 21.369 >> 4.0967 15.153 21.926 20.95 <span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________________________________________<BR>Get the Free email that has everyone talking at <a href=http://www.mail2world.com target=new>http://www.mail2world.com</a><br> <font color=#999999>Unlimited Email Storage – POP3 – Calendar – SMS – Translator – Much More!</font></font></span> [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.