Hi, my question is really precise. I'm interested in drops of stomacal temperature (of seal pups) following milk ingestion. Temperature starts at an average of 37.8oC (sd=0.2) and drops rapidly to around 36.0oC and then stabilizes slowly to a temperature silimar to the previous one. It looks a bit like an inverse skewed bell curve. I want to find different points on that curve, and I have a hard time trying to code one of them. I want to determine the point after ingestion (after the temperature drop) where the temperatures reaches stability, i.e. where temperature is stable to plus or minus 1 sd for a period of 10 minutes or more. I have data almost every second and I calculated that a 10 minutes period corresponded to an average of 400 lines. Also, I want to determine the area under the curve, i.e. the area enclosed by the inverse skewed curve (which I don't know the equation). Thanks, Joanie -- View this message in context: http://r.789695.n4.nabble.com/Find-a-particular-point-on-a-curve-tp3882721p3882721.html Sent from the R help mailing list archive at Nabble.com.
On Oct 7, 2011, at 11:54 AM, Joanie wrote:> Hi, > my question is really precise. > > I'm interested in drops of stomacal temperature (of seal pups) > following > milk ingestion. Temperature starts at an average of 37.8oC (sd=0.2) > and > drops rapidly to around 36.0oC and then stabilizes slowly to a > temperature > silimar to the previous one. It looks a bit like an inverse skewed > bell > curve. > > I want to find different points on that curve, and I have a hard > time trying > to code one of them. > > I want to determine the point after ingestion (after the temperature > drop) > where the temperatures reaches stability, i.e. where temperature is > stable > to plus or minus 1 sd for a period of 10 minutes or more. I have > data almost > every second and I calculated that a 10 minutes period corresponded > to an > average of 400 lines.You would get much better advice if you posted a sample. 400 data points is not very big.> > Also, I want to determine the area under the curve, i.e. the area > enclosed > by the inverse skewed curve (which I don't know the equation).Wouldn't that just be: sum(vec-vec[1]) -- David Winsemius, MD West Hartford, CT
Here is a sample of my data: time temperature 40717.0140390 37.5 40717.0140510 37.5 40717.0140620 37.5 40717.0140740 37.5 40717.0140970 37.5 40717.0141200 37.5 40717.0141320 37.5 40717.0141550 37.5 40717.0141670 37.5 40717.0141780 37.5 40717.0141900 37.5 40717.0142130 37.5 40717.0142250 37.5 40717.0142360 37.5 40717.0142480 37.5 40717.0142710 37.5 40717.0142820 37.5 40717.0142940 37.5 40717.0143060 37.5 40717.0143290 37.5 40717.0143400 37.5 40717.0143520 37.5 40717.0143630 37.5 40717.0143870 37.5 40717.0143980 37.5 40717.0144100 37.5 40717.0144210 37.5 40717.0144560 37.5 40717.0144680 37.5 40717.0144790 37.5 40717.0145140 37.5 40717.0145250 37.5 40717.0145370 37.5 40717.0145830 37.5 40717.0145950 37.5 40717.0146060 37.5 40717.0146180 37.5 40717.0146410 37.5 40717.0146760 37.5 40717.0146870 37.5 40717.0146990 37.5 40717.0147110 37.5 40717.0147570 37.5 40717.0147690 37.5 40717.0147800 37.5 40717.0148150 37.5 40717.0148260 37.5 40717.0148610 37.5 40717.0148730 37.5 40717.0148840 37.5 40717.0148960 37.5 40717.0149070 37.5 40717.0149190 37.5 40717.0149310 37.5 40717.0149420 37.5 40717.0149880 37.5 40717.0150000 37.5 40717.0150460 37.5 40717.0150580 37.5 40717.0151040 37.5 40717.0151160 37.5 40717.0151620 37.5 40717.0151740 37.5 40717.0151970 37.5 40717.0152080 37.5 40717.0152200 37.5 40717.0152310 37.5 40717.0152780 37.5 40717.0152890 37.5 40717.0153360 37.5 40717.0153470 37.5 40717.0153700 37.4 40717.0153940 37.4 40717.0154050 37.4 40717.0154280 37.4 40717.0154510 37.4 40717.0154630 37.4 40717.0154860 37.4 40717.0154980 37.4 40717.0155090 37.4 40717.0155210 37.4 40717.0155560 37.4 40717.0155670 37.4 40717.0155790 37.4 40717.0156250 37.4 40717.0156370 37.4 40717.0156830 37.4 40717.0156940 37.4 40717.0157290 37.4 40717.0157410 37.4 40717.0157520 37.4 40717.0157990 37.4 40717.0158100 37.4 40717.0158560 37.4 40717.0158680 37.4 40717.0158800 37.4 40717.0159030 37.4 40717.0159140 37.4 40717.0159260 37.4 40717.0159720 37.4 40717.0159840 37.4 40717.0160300 37.4 40717.0160420 37.4 40717.0160880 37.4 40717.0161000 37.4 40717.0161110 37.4 40717.0161460 37.4 40717.0161570 37.4 40717.0161690 37.4 40717.0161810 37.4 40717.0162040 37.4 40717.0162150 37.4 40717.0162620 37.4 40717.0162730 37.4 40717.0163190 37.4 40717.0163310 37.4 40717.0163430 37.4 40717.0163770 37.4 40717.0163890 37.4 40717.0164120 37.4 40717.0164240 37.4 40717.0164350 37.4 40717.0164470 37.4 40717.0164580 37.4 40717.0164930 37.4 40717.0165050 37.4 40717.0165160 37.4 40717.0165280 37.4 40717.0165510 37.4 40717.0165630 37.4 40717.0166090 37.4 40717.0166200 37.4 40717.0166320 37.3 40717.0166670 37.3 40717.0166780 37.3 40717.0167250 37.3 40717.0167360 37.3 40717.0167480 37.3 40717.0167590 37.3 40717.0167710 37.3 40717.0167820 37.3 40717.0167940 37.3 40717.0168170 37.3 40717.0168290 37.3 40717.0168400 37.3 40717.0168520 37.3 40717.0168750 37.3 40717.0168870 37.3 40717.0168980 37.3 40717.0169100 37.3 40717.0169210 37.3 40717.0169330 37.3 40717.0169560 37.3 40717.0169680 37.3 40717.0169790 37.3 40717.0169910 37.3 40717.0170020 37.3 40717.0170140 37.3 40717.0170250 37.3 40717.0170720 37.3 40717.0170830 37.3 40717.0171300 37.3 40717.0171410 37.3 40717.0171640 37.3 40717.0171760 37.3 40717.0171880 37.3 40717.0171990 37.3 40717.0172110 37.3 40717.0172450 37.3 40717.0172570 37.3 40717.0172690 37.3 40717.0172800 37.3 40717.0172920 37.3 40717.0173030 37.3 40717.0173150 37.3 40717.0173610 37.3 40717.0173730 37.3 40717.0173840 37.3 40717.0173960 37.3 40717.0174190 37.3 40717.0174310 37.3 40717.0174540 37.3 40717.0174650 37.3 40717.0174770 37.3 40717.0174880 37.3 40717.0175350 37.3 40717.0175460 37.3 40717.0175810 37.3 40717.0175930 37.3 40717.0176040 37.3 40717.0176500 37.3 40717.0176620 37.3 40717.0176740 37.3 40717.0176850 37.3 40717.0177080 37.3 40717.0177200 37.3 40717.0177310 37.3 40717.0177430 37.3 40717.0177550 37.3 40717.0177660 37.3 40717.0177780 37.3 40717.0177890 37.3 40717.0178010 37.3 40717.0178240 37.3 40717.0178360 37.3 40717.0178590 37.3 40717.0178700 37.3 40717.0178820 37.3 40717.0178940 37.3 40717.0179050 37.3 40717.0179170 37.3 40717.0179280 37.3 40717.0179400 37.3 40717.0179510 37.3 40717.0179630 37.3 40717.0179980 37.3 40717.0180090 37.3 40717.0180440 37.3 40717.0180560 37.3 40717.0180670 37.3 40717.0180790 37.3 40717.0181130 37.3 40717.0181250 37.3 40717.0181480 37.3 40717.0181710 37.3 40717.0181830 37.3 40717.0182180 37.3 40717.0182290 37.3 40717.0182410 37.3 40717.0182640 37.3 40717.0182870 37.3 40717.0182990 37.3 40717.0183100 37.3 40717.0183220 37.3 40717.0183450 37.3 40717.0183560 37.3 40717.0183910 37.3 40717.0184030 37.3 40717.0184140 37.3 40717.0184490 37.3 40717.0184610 37.3 40717.0184720 37.3 40717.0185190 37.3 40717.0185300 37.3 40717.0185420 37.3 40717.0185530 37.3 40717.0185650 37.3 40717.0185760 37.3 40717.0185880 37.3 40717.0186340 37.3 40717.0186460 37.3 40717.0186570 37.3 40717.0186920 37.3 40717.0187040 37.3 40717.0187150 37.3 40717.0187270 37.3 40717.0187500 37.3 40717.0187620 37.3 40717.0187730 37.3 40717.0187850 37.3 40717.0187960 37.3 40717.0188080 37.3 40717.0188190 37.3 40717.0188310 37.3 40717.0188430 37.3 40717.0188660 37.3 40717.0188770 37.3 40717.0189000 37.3 40717.0189120 37.3 40717.0189240 37.3 40717.0189350 37.3 40717.0189580 37.3 40717.0189700 37.3 40717.0189810 37.3 40717.0189930 37.3 40717.0190050 37.3 40717.0190280 37.3 40717.0190390 37.3 40717.0190510 37.3 40717.0190630 37.3 40717.0190740 37.3 40717.0190860 37.3 40717.0190970 37.3 40717.0191090 37.3 40717.0191550 37.3 40717.0191670 37.3 40717.0191900 37.3 40717.0192130 37.3 40717.0192250 37.3 40717.0192360 37.3 40717.0192480 37.3 40717.0192590 37.3 40717.0192710 37.3 40717.0192820 37.3 40717.0193060 37.3 40717.0193170 37.3 40717.0193290 37.3 40717.0193400 37.3 40717.0193870 37.3 40717.0193980 37.3 40717.0194440 37.3 40717.0194560 37.3 40717.0194790 37.3 40717.0194910 37.3 40717.0195020 37.3 40717.0195140 37.3 40717.0195250 37.3 40717.0195370 37.3 40717.0195490 37.3 40717.0195600 37.3 40717.0195720 37.3 40717.0195830 37.3 40717.0195950 37.3 40717.0196060 37.3 40717.0196180 37.3 40717.0196300 37.3 40717.0196410 37.3 40717.0196760 37.3 40717.0196870 37.3 40717.0196990 37.3 40717.0197110 37.3 40717.0197220 37.3 40717.0197340 37.3 40717.0197450 37.3 40717.0197800 37.3 40717.0197920 37.3 40717.0198030 37.3 40717.0198150 37.3 40717.0198500 37.3 40717.0198610 37.3 40717.0199070 37.3 40717.0199190 37.3 40717.0199310 37.3 40717.0199650 37.3 40717.0199770 37.3 40717.0199880 37.3 40717.0200000 37.3 40717.0200120 37.3 40717.0200230 37.3 40717.0200350 37.3 40717.0200460 37.3 40717.0200580 37.3 40717.0200810 37.3 40717.0200930 37.3 40717.0201040 37.3 40717.0201160 37.3 40717.0201390 37.3 40717.0201500 37.3 40717.0201970 37.3 40717.0202080 37.3 40717.0202200 37.3 40717.0202310 37.3 40717.0202430 37.3 40717.0202550 37.3 40717.0202660 37.3 40717.0203010 37.3 40717.0203120 37.3 40717.0203240 37.3 40717.0203360 37.3 40717.0203470 37.3 40717.0203590 37.3 40717.0203700 37.3 40717.0203820 37.3 40717.0203940 37.3 40717.0204050 37.3 40717.0204170 37.3 40717.0204280 37.3 40717.0204400 37.3 40717.0204860 37.3 40717.0204980 37.3 40717.0205090 37.3 40717.0205440 37.3 40717.0205560 37.3 40717.0206020 37.3 40717.0206130 37.3 40717.0206250 37.3 40717.0206600 37.3 40717.0206710 37.3 40717.0206830 37.3 40717.0207180 37.3 40717.0207290 37.3 40717.0207410 37.3 40717.0207750 37.3 40717.0207870 37.3 40717.0208330 37.3 40717.0208450 37.3 40717.0208800 37.3 40717.0208910 37.3 40717.0209030 37.3 40717.0209370 37.3 40717.0209490 37.3 40717.0209610 37.3 40717.0209720 37.3 40717.0209840 37.3 40717.0209950 37.3 40717.0210070 37.3 40717.0210190 37.3 40717.0210300 37.3 40717.0210530 37.3 40717.0210650 37.3 40717.0210760 37.3 40717.0210880 37.3 40717.0211000 37.3 40717.0211110 37.3 40717.0211230 37.3 40717.0211340 37.3 40717.0211460 37.3 40717.0211690 37.3 40717.0211810 37.3 40717.0211920 37.3 40717.0212040 37.3 40717.0212380 37.3 40717.0212500 37.3 40717.0212850 37.3 40717.0212960 37.3 40717.0213080 37.3 40717.0213540 37.3 40717.0213660 37.3 40717.0214120 37.3 40717.0214240 37.3 40717.0214350 37.3 40717.0214700 37.3 40717.0214810 37.3 40717.0215280 37.3 40717.0215390 37.3 40717.0215740 37.3 40717.0215860 37.3 40717.0215970 37.3 40717.0216090 37.3 40717.0216200 37.3 40717.0216320 37.3 40717.0216440 37.3 40717.0216550 37.3 40717.0216670 37.3 40717.0216900 37.3 40717.0217010 37.3 40717.0217130 37.3 40717.0217480 37.3 40717.0217590 37.3 40717.0217710 37.3 40717.0217820 37.3 40717.0217940 37.3 40717.0218170 37.3 40717.0218290 37.3 40717.0218630 37.3 40717.0218750 37.3 40717.0218870 37.3 40717.0218980 37.3 40717.0219100 37.3 40717.0219210 37.3 40717.0219330 37.3 40717.0219440 37.3 40717.0219560 37.3 40717.0219910 37.3 40717.0220020 37.3 40717.0220140 37.3 40717.0220250 37.3 40717.0220490 37.3 40717.0220600 37.3 40717.0221060 37.3 40717.0221180 37.3 40717.0221410 37.3 40717.0221640 37.3 40717.0221760 37.3 40717.0221870 37.3 40717.0222110 37.3 40717.0222220 37.3 40717.0222340 37.3 40717.0222690 37.3 40717.0222800 37.3 40717.0222920 37.3 40717.0223380 37.3 40717.0223500 37.3 40717.0223610 37.3 40717.0223960 37.3 40717.0224070 37.3 40717.0224190 37.3 40717.0224420 37.3 40717.0224540 37.3 40717.0224650 37.3 40717.0224770 37.3 40717.0225120 37.3 40717.0225230 37.3 40717.0225690 37.3 40717.0225810 37.3 40717.0225930 37.3 40717.0226270 37.3 40717.0226390 37.3 40717.0226500 37.3 40717.0226620 37.3 40717.0226850 37.3 40717.0226970 37.3 40717.0227200 37.3 40717.0227430 37.3 40717.0227550 37.3 40717.0227660 37.3 40717.0227780 37.3 40717.0227890 37.3 40717.0228010 37.3 40717.0228120 37.3 40717.0228240 37.3 40717.0228360 37.3 40717.0228470 37.3 40717.0228590 37.3 40717.0228700 37.3 40717.0228940 37.3 40717.0229050 37.3 40717.0229170 37.3 40717.0229280 37.3 40717.0229400 37.3 40717.0229510 37.3 40717.0229630 37.3 40717.0229750 37.3 40717.0229860 37.3 40717.0229980 37.3 40717.0230320 37.3 40717.0230440 37.3 40717.0230560 37.3 40717.0230670 37.3 40717.0230790 37.3 40717.0230900 37.3 40717.0231020 37.3 40717.0231250 37.3 40717.0231370 37.3 40717.0231480 37.3 40717.0231600 37.3 40717.0231710 37.3 40717.0231830 37.3 40717.0231940 37.3 40717.0232060 37.3 40717.0232180 37.3 40717.0232290 37.3 40717.0232410 37.3 40717.0232520 37.3 40717.0232640 37.3 40717.0232750 37.3 40717.0232870 37.3 40717.0232990 37.3 40717.0233100 37.3 40717.0233220 37.3 40717.0233330 37.3 40717.0233450 37.3 40717.0233560 37.3 40717.0233680 37.3 40717.0233800 37.3 40717.0233910 37.3 40717.0234030 37.3 40717.0234380 37.3 40717.0234490 37.3 40717.0234610 37.3 40717.0234840 37.3 40717.0234950 37.3 40717.0235070 37.3 40717.0235190 37.3 40717.0235420 37.3 40717.0235530 37.3 40717.0235650 37.3 40717.0236110 37.3 40717.0236230 37.3 40717.0236340 37.3 40717.0236460 37.3 40717.0236570 37.3 40717.0236690 37.3 40717.0236810 37.3 40717.0236920 37.3 40717.0237040 37.3 40717.0237150 37.3 40717.0237270 37.3 40717.0237380 37.3 40717.0237500 37.3 40717.0237620 37.3 40717.0237730 37.3 40717.0237850 37.3 40717.0237960 37.3 40717.0238190 37.3 40717.0238310 37.3 40717.0238430 37.3 40717.0238540 37.3 40717.0238660 37.3 40717.0239000 37.3 40717.0239120 37.3 40717.0239240 37.3 40717.0239580 37.3 40717.0239700 37.3 40717.0239810 37.3 40717.0239930 37.3 40717.0240050 37.3 40717.0240160 37.3 40717.0240280 37.3 40717.0240510 37.3 40717.0240630 37.3 40717.0240740 37.3 40717.0240860 37.3 40717.0240970 37.3 40717.0241090 37.3 40717.0241200 37.3 40717.0241320 37.3 40717.0241440 37.3 40717.0241550 37.3 40717.0241670 37.3 40717.0241780 37.3 40717.0241900 37.3 40717.0242010 37.3 40717.0242130 37.3 40717.0242480 37.3 40717.0242590 37.3 40717.0242710 37.3 40717.0242820 37.3 40717.0242940 37.3 40717.0243060 37.3 40717.0243170 37.3 40717.0243290 37.3 40717.0243400 37.3 40717.0243630 37.3 40717.0243750 37.3 40717.0243870 37.3 40717.0243980 37.3 40717.0244100 37.3 40717.0244210 37.3 40717.0244330 37.3 40717.0244680 37.3 40717.0244790 37.3 40717.0244910 37.3 40717.0245020 37.3 40717.0245140 37.3 40717.0245370 37.3 40717.0245490 37.3 40717.0245600 37.3 40717.0245720 37.3 40717.0245950 37.3 40717.0246060 37.3 40717.0246300 37.3 40717.0246530 37.3 40717.0246640 37.3 40717.0247110 37.3 40717.0247220 37.3 40717.0247690 37.3 40717.0247800 37.3 40717.0248260 37.3 40717.0248380 37.3 40717.0248730 37.3 40717.0248840 37.3 40717.0248960 37.3 40717.0249070 37.3 40717.0249420 37.3 40717.0249540 37.3 40717.0249770 37.3 40717.0250000 37.3 40717.0250120 37.3 40717.0250460 37.3 40717.0250580 37.3 40717.0250690 37.3 40717.0251160 37.3 40717.0251270 37.3 40717.0251390 37.3 40717.0251740 37.3 40717.0251850 37.3 40717.0252310 37.3 40717.0252430 37.3 40717.0252550 37.3 40717.0252660 37.3 40717.0252890 37.3 40717.0253010 37.3 40717.0253130 37.3 40717.0253240 37.3 40717.0253470 37.3 40717.0253590 37.3 40717.0254050 37.3 40717.0254170 37.3 40717.0254630 37.3 40717.0254750 37.3 40717.0255210 37.3 40717.0255320 37.3 40717.0255790 37.3 40717.0255900 37.3 40717.0256020 37.3 40717.0256250 37.3 40717.0256370 37.3 40717.0256480 37.3 40717.0256600 37.3 40717.0256940 37.3 40717.0257060 37.3 40717.0257180 37.3 40717.0257290 37.3 40717.0257410 37.3 40717.0257520 37.3 40717.0257640 37.3 40717.0257870 37.3 40717.0257990 37.3 40717.0258100 37.3 40717.0258220 37.3 40717.0258330 37.3 40717.0258450 37.3 40717.0258680 37.3 40717.0258800 37.3 40717.0259140 37.3 40717.0259260 37.3 40717.0259380 37.3 40717.0259490 37.3 40717.0259610 37.3 40717.0259840 37.3 40717.0259950 37.3 40717.0260070 37.3 40717.0260190 37.3 40717.0260300 37.3 40717.0260420 37.3 40717.0260530 37.3 40717.0260650 37.3 40717.0260760 37.3 40717.0260880 37.3 40717.0261000 37.3 40717.0261110 37.3 40717.0261570 37.3 40717.0261690 37.3 40717.0262150 37.3 40717.0262270 37.3 40717.0262730 37.3 40717.0262850 37.3 40717.0263310 37.3 40717.0263430 37.3 40717.0263890 37.3 40717.0264000 37.3 40717.0264470 37.3 40717.0264580 37.3 40717.0264810 37.3 40717.0264930 37.3 40717.0265050 37.3 40717.0265160 37.3 40717.0265630 37.3 40717.0265740 37.3 40717.0266200 37.3 40717.0266320 37.3 40717.0266440 37.3 40717.0266550 37.3 40717.0266780 37.3 40717.0266900 37.3 40717.0267130 37.2 40717.0267360 37.2 40717.0267480 37.2 40717.0267940 37.2 40717.0268060 37.2 40717.0268290 37.2 40717.0268400 37.2 40717.0268520 37.2 40717.0268630 37.2 40717.0268750 37.2 40717.0268870 37.2 40717.0268980 37.2 40717.0269100 37.2 40717.0269210 37.2 40717.0269440 37.1 40717.0269560 37.1 40717.0269680 37.1 40717.0269790 37.1 40717.0269910 37.1 40717.0270020 37.1 40717.0270140 37.1 40717.0270250 37.1 40717.0270370 37.1 40717.0270490 37.1 40717.0270600 37.1 40717.0270720 37.1 40717.0270830 37.1 40717.0270950 37.1 40717.0271180 37.1 40717.0271410 37.1 40717.0271530 37.1 40717.0271640 37.1 40717.0271760 36.9 40717.0271880 36.9 40717.0271990 36.9 40717.0272110 36.9 40717.0272220 36.9 40717.0272340 36.9 40717.0272450 36.9 40717.0272570 36.9 40717.0272690 36.9 40717.0272800 36.9 40717.0273030 37 40717.0273150 37 40717.0273260 37 40717.0273380 37 40717.0273500 37 40717.0273610 37 40717.0273730 37 40717.0273840 37 40717.0273960 37 40717.0274070 37 40717.0274190 37 40717.0274310 37 40717.0274420 37 40717.0274540 37 40717.0274650 37 40717.0274770 37 40717.0274880 37 40717.0275000 37 40717.0275460 37 40717.0275580 37 40717.0276040 37 40717.0276160 37 40717.0276390 36.9 40717.0276620 36.9 40717.0276740 36.9 40717.0276850 36.9 40717.0277200 36.9 40717.0277310 36.9 40717.0277550 36.9 40717.0277660 36.9 40717.0277780 36.9 40717.0277890 36.9 40717.0278010 36.9 40717.0278120 36.9 40717.0278240 36.9 40717.0278360 36.9 40717.0278470 36.9 40717.0278590 36.9 40717.0278700 36.9 40717.0278820 36.9 40717.0278940 36.9 40717.0279050 36.9 40717.0279170 36.9 40717.0279280 36.9 40717.0279400 36.9 40717.0279510 36.9 40717.0279630 36.9 40717.0279750 36.9 40717.0279860 36.9 40717.0279980 36.9 40717.0280090 36.9 40717.0280210 36.9 40717.0280670 36.9 40717.0280790 36.9 40717.0280900 36.9 40717.0281020 36.9 40717.0281130 36.9 40717.0281250 36.9 40717.0281370 36.9 40717.0281480 36.9 40717.0281710 36.9 40717.0281830 36.9 40717.0281940 36.9 40717.0282060 36.9 40717.0282180 36.9 40717.0282290 36.8 40717.0282410 36.8 40717.0282520 36.8 40717.0282640 36.8 40717.0282990 36.8 40717.0283100 36.8 40717.0283450 36.9 40717.0283560 36.9 40717.0283680 36.9 40717.0283800 36.9 40717.0283910 36.9 40717.0284140 36.9 40717.0284260 36.9 40717.0284370 36.9 40717.0284490 36.9 40717.0284610 36.8 40717.0284720 36.8 40717.0284840 36.8 40717.0284950 36.8 40717.0285190 36.8 40717.0285300 36.8 40717.0285420 36.8 40717.0285530 36.8 40717.0285760 36.9 40717.0285880 36.9 40717.0286000 36.9 40717.0286110 36.9 40717.0286230 36.9 40717.0286340 36.9 40717.0286460 36.9 40717.0286570 36.9 40717.0287040 36.9 40717.0287150 36.9 40717.0287620 36.9 40717.0287730 36.9 40717.0288190 36.9 40717.0288310 36.9 40717.0288430 36.9 40717.0288540 36.9 40717.0288660 36.9 40717.0288770 36.9 40717.0288890 36.9 40717.0289000 36.9 40717.0289120 36.9 40717.0289350 36.9 40717.0289470 36.9 40717.0289580 36.9 40717.0289700 36.9 40717.0289810 36.9 40717.0289930 36.9 40717.0290050 36.9 40717.0290160 36.9 40717.0290280 36.9 40717.0290390 36.9 40717.0290510 36.9 40717.0290620 36.9 40717.0290740 36.9 40717.0290860 36.9 40717.0290970 36.9 40717.0291090 36.9 40717.0291200 36.9 40717.0291320 36.9 40717.0291440 36.9 40717.0291550 36.9 40717.0291670 36.9 40717.0291780 36.9 40717.0291900 36.9 40717.0292010 36.9 40717.0292130 36.9 40717.0292250 36.9 40717.0292360 36.9 40717.0292480 36.9 40717.0292590 36.9 40717.0292710 36.9 40717.0292820 36.9 40717.0292940 36.9 40717.0293060 36.9 40717.0293170 36.9 40717.0293290 36.9 40717.0293400 36.9 40717.0293520 36.9 40717.0293630 36.9 40717.0293750 36.9 40717.0293870 36.8 40717.0293980 36.8 40717.0294100 36.8 40717.0294560 36.8 40717.0294680 36.8 40717.0295020 36.8 40717.0295140 36.8 40717.0295250 36.8 40717.0295490 36.8 40717.0295720 36.8 40717.0295830 36.8 40717.0295950 36.8 40717.0296060 36.8 40717.0296180 36.8 40717.0296300 36.8 40717.0296410 36.8 40717.0296530 36.8 40717.0296640 36.8 40717.0296760 36.8 40717.0296870 36.8 40717.0296990 36.8 40717.0297110 36.8 40717.0297450 36.8 40717.0297570 36.8 40717.0297690 36.8 40717.0298030 36.8 40717.0298150 36.8 40717.0298260 36.8 40717.0298610 36.8 40717.0298730 36.8 40717.0299190 36.8 40717.0299310 36.8 40717.0299540 36.8 40717.0299650 36.7 40717.0299770 36.7 40717.0299880 36.7 40717.0300350 36.7 40717.0300460 36.7 40717.0300930 36.7 40717.0301040 36.7 40717.0301500 36.7 40717.0301620 36.7 40717.0302080 36.7 40717.0302200 36.7 40717.0302310 36.7 40717.0302430 36.7 40717.0302660 36.7 40717.0302780 36.7 40717.0302890 36.7 40717.0303010 36.7 40717.0303120 36.7 40717.0303240 36.7 40717.0303360 36.7 40717.0303820 36.7 40717.0303940 36.7 40717.0304400 36.7 40717.0304510 36.7 40717.0304980 36.7 40717.0305090 36.7 40717.0305210 36.7 40717.0305560 36.7 40717.0305670 36.7 40717.0305790 36.7 40717.0306130 36.7 40717.0306250 36.7 40717.0306370 36.7 40717.0306600 36.7 40717.0306710 36.7 40717.0306830 36.7 40717.0306940 36.7 40717.0307060 36.7 40717.0307180 36.7 40717.0307290 36.7 40717.0307410 36.7 40717.0307870 36.7 40717.0307990 36.7 40717.0308450 36.7 40717.0308560 36.7 40717.0309030 36.7 40717.0309140 36.7 40717.0309260 36.7 40717.0309380 36.7 40717.0309610 36.7 40717.0309720 36.7 40717.0310190 36.7 40717.0310300 36.7 40717.0310420 36.7 40717.0310760 36.7 40717.0310880 36.7 40717.0311110 36.7 40717.0311230 36.8 40717.0311340 36.8 40717.0311460 36.8 40717.0311570 36.8 40717.0311690 36.8 40717.0311920 36.8 40717.0312040 36.8 40717.0312500 36.8 40717.0312620 36.8 40717.0313080 36.8 40717.0313190 36.8 40717.0313310 36.8 40717.0313430 36.8 40717.0313540 36.8 40717.0313660 36.8 40717.0313770 36.8 40717.0313890 36.8 40717.0314240 36.8 40717.0314350 36.8 40717.0314470 36.8 40717.0314810 36.8 40717.0314930 36.8 40717.0315390 36.8 40717.0315510 36.8 40717.0315970 36.8 40717.0316090 36.8 40717.0316320 36.8 40717.0316550 36.8 40717.0316670 36.8 40717.0317010 36.9 40717.0317130 36.9 40717.0317250 36.9 40717.0317360 36.9 40717.0317710 36.9 40717.0317820 36.9 40717.0318290 36.9 40717.0318400 36.9 40717.0318520 36.9 40717.0318630 36.9 40717.0318750 36.9 40717.0318870 36.9 40717.0318980 36.9 40717.0319210 36.9 40717.0319330 37 40717.0319440 37 40717.0319560 37 40717.0319790 37 40717.0319910 37 40717.0320020 37 40717.0320140 37 40717.0320370 37 40717.0320490 37 40717.0320600 37 40717.0320720 37 40717.0321180 37 40717.0321300 37 40717.0321410 37 40717.0321530 37 40717.0321760 37 40717.0321880 37 40717.0321990 37 40717.0322110 37 40717.0322220 37 40717.0322340 37 40717.0322450 37 40717.0322570 37 40717.0322690 37 40717.0322800 37 40717.0322920 37 40717.0323030 37 40717.0323380 37 40717.0323500 37 40717.0323610 37 40717.0323730 37 40717.0323840 37 40717.0323960 37 40717.0324070 37 40717.0324190 37 40717.0324650 37 40717.0324770 37 40717.0325000 37 40717.0325230 37 40717.0325350 37 40717.0325810 37 40717.0325930 37 40717.0326040 37 40717.0326390 37 40717.0326500 37 40717.0326620 37 40717.0326740 37 40717.0326850 37 40717.0326970 37 40717.0327080 37 40717.0327430 37 40717.0327550 37 40717.0327660 37 40717.0327780 37 40717.0327890 37 40717.0328010 37 40717.0328130 37 40717.0328240 37 40717.0328470 37 40717.0328590 37 40717.0328700 37 40717.0328820 37 40717.0328940 37 40717.0329050 37 40717.0329170 37 40717.0329280 37 40717.0329400 37 40717.0329510 37 40717.0329630 37 40717.0329750 37 40717.0329860 37 40717.0329980 37 40717.0330090 37 40717.0330210 37 40717.0330440 37 40717.0330560 37 40717.0330670 37 40717.0330790 37 40717.0330900 37 40717.0331020 37 40717.0331130 37 40717.0331250 37 40717.0331600 37 40717.0331710 37 40717.0332180 37 40717.0332290 37 40717.0332410 37 40717.0332750 37 40717.0332870 37 40717.0332990 37 40717.0333100 37 40717.0333330 37 40717.0333450 37 40717.0333560 37 40717.0333910 37 40717.0334030 37 40717.0334490 37 40717.0334610 37 40717.0334720 37 40717.0335070 37 40717.0335190 37 40717.0335530 37.1 40717.0335650 37.1 40717.0335760 37.1 40717.0336230 37.1 40717.0336340 37.1 40717.0336810 37.1 40717.0336920 37.1 40717.0337380 37.1 40717.0337500 37.1 40717.0337960 37.1 40717.0338080 37.1 40717.0338540 37.1 40717.0338660 37.1 40717.0339120 37.1 40717.0339240 37.1 40717.0339350 37.1 40717.0339700 37.1 40717.0339810 37.1 40717.0340050 37.1 40717.0340160 37.1 40717.0340280 37.1 40717.0340390 37.1 40717.0340510 37.1 40717.0340630 37.1 40717.0340740 37.1 40717.0340860 37.1 40717.0340970 37.1 40717.0341090 37.1 40717.0341200 37.1 40717.0341320 37.1 40717.0341440 37.1 40717.0341550 37.1 40717.0342010 37.1 40717.0342130 37.1 40717.0342360 37.1 40717.0342480 37.1 40717.0342590 37.1 40717.0342710 37.1 40717.0342820 37.1 40717.0343060 37.1 40717.0343170 37.1 40717.0343290 37.1 40717.0343630 37.2 40717.0343750 37.2 40717.0343870 37.2 40717.0344330 37.2 40717.0344440 37.2 40717.0344910 37.2 40717.0345020 37.2 40717.0345140 37.2 40717.0345490 37.2 40717.0345600 37.2 40717.0346060 37.2 40717.0346180 37.2 40717.0346300 37.2 40717.0346640 37.2 40717.0346760 37.2 40717.0347220 37.2 40717.0347340 37.2 40717.0347800 37.2 40717.0347920 37.2 40717.0348380 37.2 40717.0348500 37.2 40717.0348960 37.2 40717.0349070 37.2 40717.0349540 37.2 40717.0349650 37.2 40717.0350120 37.2 40717.0350230 37.2 40717.0350350 37.2 40717.0350460 37.2 40717.0350580 37.2 40717.0350690 37.2 40717.0350810 37.2 40717.0350930 37.2 40717.0351040 37.2 40717.0351160 37.2 40717.0351270 37.2 40717.0351390 37.2 40717.0351620 37.2 40717.0351740 37.2 40717.0351850 37.2 40717.0351970 37.2 40717.0352200 37.2 40717.0352310 37.2 40717.0352430 37.2 40717.0352550 37.2 40717.0352660 37.2 40717.0352780 37.2 40717.0352890 37.3 40717.0353010 37.3 40717.0353120 37.3 40717.0353590 37.3 40717.0353700 37.3 40717.0354170 37.3 40717.0354280 37.3 40717.0354750 37.3 40717.0354860 37.3 40717.0355090 37.3 40717.0355210 37.3 40717.0355320 37.3 40717.0355440 37.3 40717.0355900 37.3 40717.0356020 37.3 40717.0356480 37.3 40717.0356600 37.3 40717.0356710 37.3 40717.0356830 37.3 40717.0356940 37.3 40717.0357060 37.3 40717.0357180 37.3 40717.0357290 37.3 40717.0357640 37.3 40717.0357750 37.3 40717.0357870 37.3 40717.0357990 37.3 40717.0358100 37.3 40717.0358220 37.3 40717.0358330 37.3 40717.0358450 37.3 40717.0358560 37.3 40717.0358800 37.3 40717.0358910 37.3 40717.0359030 37.3 40717.0359140 37.3 40717.0359260 37.3 40717.0359370 37.3 40717.0359490 37.3 40717.0359610 37.3 40717.0359720 37.3 40717.0359840 37.3 40717.0359950 37.3 40717.0360070 37.3 40717.0360190 37.3 40717.0360300 37.3 40717.0360420 37.3 40717.0360530 37.3 40717.0360650 37.3 40717.0360880 37.3 40717.0361000 37.3 40717.0361110 37.3 40717.0361230 37.3 40717.0361340 37.3 40717.0361460 37.3 40717.0361690 37.3 40717.0361810 37.3 40717.0361920 37.3 40717.0362040 37.3 40717.0362150 37.3 40717.0362270 37.3 40717.0362380 37.3 40717.0362500 37.3 40717.0362620 37.3 40717.0362730 37.3 40717.0362850 37.3 40717.0362960 37.3 40717.0363080 37.3 40717.0363190 37.3 40717.0363310 37.3 40717.0363430 37.3 40717.0363540 37.3 40717.0363660 37.3 40717.0363770 37.3 40717.0363890 37.3 40717.0364000 37.3 40717.0364120 37.3 40717.0364240 37.3 40717.0364350 37.3 40717.0364470 37.3 40717.0364580 37.3 40717.0364700 37.3 40717.0364810 37.3 40717.0365160 37.3 40717.0365280 37.3 40717.0365740 37.3 40717.0365860 37.3 40717.0365970 37.3 40717.0366320 37.3 40717.0366440 37.3 40717.0366670 37.3 40717.0366780 37.3 40717.0366900 37.3 40717.0367010 37.3 40717.0367130 37.3 40717.0367480 37.3 40717.0367590 37.3 40717.0368060 37.3 40717.0368170 37.3 40717.0368630 37.3 40717.0368750 37.3 40717.0369210 37.3 40717.0369330 37.3 40717.0369790 37.3 40717.0369910 37.3 40717.0370370 37.3 40717.0370490 37.3 40717.0370950 37.3 40717.0371060 37.3 40717.0371410 37.3 40717.0371530 37.3 40717.0371640 37.3 40717.0371760 37.3 40717.0372110 37.3 40717.0372220 37.3 40717.0372690 37.3 40717.0372800 37.3 40717.0373260 37.3 40717.0373380 37.3 40717.0373840 37.3 40717.0373960 37.3 40717.0374070 37.3 40717.0374420 37.3 40717.0374540 37.3 40717.0375000 37.3 40717.0375120 37.3 40717.0375230 37.3 40717.0375350 37.3 40717.0375460 37.3 40717.0375580 37.3 40717.0375690 37.3 40717.0375810 37.3 40717.0375930 37.3 40717.0376040 37.3 40717.0376160 37.3 40717.0376270 37.3 40717.0376390 37.3 40717.0376500 37.3 40717.0376740 37.3 40717.0376850 37.3 40717.0376970 37.3 40717.0377310 37.3 40717.0377430 37.3 40717.0377550 37.3 40717.0377890 37.3 40717.0378010 37.3 40717.0378120 37.3 40717.0378470 37.3 40717.0378590 37.3 40717.0378700 37.3 40717.0378820 37.3 40717.0378940 37.3 40717.0379050 37.3 40717.0379170 37.3 40717.0379400 37.3 40717.0379630 37.3 40717.0379750 37.3 40717.0379860 37.3 40717.0380090 37.3 40717.0380210 37.3 40717.0380320 37.3 40717.0380790 37.3 40717.0380900 37.3 40717.0381370 37.3 40717.0381480 37.3 40717.0381600 37.3 40717.0381830 37.3 40717.0381940 37.3 40717.0382060 37.3 40717.0382520 37.3 40717.0382640 37.3 40717.0383100 37.3 40717.0383220 37.3 40717.0383330 37.3 40717.0383450 37.3 40717.0383560 37.3 40717.0383680 37.3 40717.0383800 37.3 40717.0383910 37.3 40717.0384260 37.3 40717.0384370 37.3 40717.0384490 37.3 40717.0384840 37.3 40717.0384950 37.3 40717.0385420 37.3 40717.0385530 37.3 40717.0385880 37.3 40717.0386000 37.3 40717.0386110 37.3 40717.0386230 37.3 40717.0386340 37.3 40717.0386460 37.3 40717.0386570 37.3 40717.0386690 37.3 40717.0386920 37.3 40717.0387150 37.3 40717.0387270 37.3 40717.0387500 37.3 40717.0387620 37.3 40717.0388890 37.3 40717.0389000 37.3 40717.0389120 37.3 40717.0389240 37.3 40717.0389470 37.3 40717.0389580 37.3 40717.0389700 37.3 40717.0389810 37.3 40717.0389930 37.3 40717.0390050 37.3 40717.0390160 37.3 40717.0390630 37.3 40717.0390740 37.3 40717.0390860 37.3 40717.0391200 37.4 40717.0391320 37.4 40717.0391440 37.4 40717.0391550 37.4 40717.0391670 37.4 40717.0391780 37.4 40717.0391900 37.4 40717.0392010 37.4 40717.0392130 37.4 40717.0392250 37.4 40717.0392360 37.4 40717.0392480 37.4 40717.0392590 37.4 40717.0392710 37.4 40717.0392940 37.4 40717.0393060 37.4 40717.0393170 37.4 40717.0393400 37.4 40717.0393520 37.4 40717.0393630 37.4 40717.0393980 37.4 40717.0394100 37.4 40717.0394210 37.4 40717.0394440 37.4 40717.0394560 37.4 40717.0394680 37.4 40717.0394790 37.4 40717.0394910 37.4 40717.0395250 37.4 40717.0395370 37.4 40717.0395490 37.4 40717.0395600 37.4 40717.0395830 37.4 40717.0396990 37.4 40717.0397110 37.4 40717.0397570 37.4 40717.0397690 37.4 40717.0397800 37.4 40717.0397920 37.4 40717.0398030 37.4 40717.0398150 37.4 40717.0398260 37.4 40717.0398380 37.4 40717.0398500 37.4 40717.0398610 37.4 40717.0398730 37.4 40717.0398840 37.4 40717.0398960 37.4 40717.0399070 37.4 40717.0399190 37.4 40717.0399310 37.4 40717.0399420 37.4 40717.0399650 37.4 40717.0399770 37.4 40717.0399880 37.4 40717.0400000 37.4 40717.0400120 37.4 40717.0400230 37.4 40717.0400460 37.4 40717.0400580 37.4 40717.0400690 37.4 40717.0400810 37.4 40717.0400930 37.4 40717.0401040 37.4 40717.0401160 37.4 40717.0401500 37.4 40717.0401620 37.4 40717.0401740 37.4 40717.0401850 37.4 40717.0402200 37.4 40717.0402310 37.4 40717.0402780 37.4 40717.0402890 37.4 40717.0403360 37.4 40717.0403470 37.4 40717.0403940 37.4 40717.0404050 37.4 40717.0404170 37.4 40717.0404280 37.4 40717.0404510 37.4 40717.0404630 37.4 40717.0405090 37.4 40717.0405210 37.4 40717.0405670 37.4 40717.0405790 37.4 40717.0406130 37.4 40717.0406250 37.4 40717.0406370 37.4 40717.0406830 37.4 40717.0406940 37.4 40717.0407060 37.4 40717.0407290 37.4 40717.0407410 37.4 40717.0407520 37.4 40717.0407640 37.4 40717.0407750 37.4 40717.0407990 37.4 40717.0408100 37.4 40717.0408560 37.4 40717.0408680 37.4 40717.0409140 37.4 40717.0409260 37.4 40717.0409720 37.4 40717.0409840 37.4 40717.0410300 37.4 40717.0410420 37.4 40717.0410880 37.4 40717.0411000 37.4 40717.0411460 37.4 40717.0411570 37.4 40717.0411690 37.4 40717.0411810 37.4 40717.0411920 37.4 40717.0412040 37.4 40717.0412150 37.4 40717.0412270 37.4 40717.0412380 37.4 40717.0412620 37.4 40717.0412730 37.4 40717.0413080 37.4 40717.0413190 37.4 40717.0413310 37.4 40717.0413770 37.4 40717.0413890 37.4 40717.0414240 37.4 40717.0414350 37.4 40717.0414470 37.4 40717.0414930 37.4 40717.0415050 37.4 40717.0415280 37.4 40717.0415510 37.4 40717.0415630 37.4 40717.0415740 37.4 40717.0416090 37.4 40717.0416200 37.4 40717.0416670 37.4 40717.0416780 37.4 40717.0417250 37.4 40717.0417360 37.4 40717.0417480 37.4 40717.0417590 37.4 40717.0417820 37.4 40717.0418980 37.5 40717.0419100 37.5 40717.0419210 37.5 40717.0419560 37.5 40717.0419680 37.5 40717.0420140 37.5 40717.0420250 37.5 40717.0420720 37.5 40717.0420830 37.5 40717.0421300 37.5 40717.0421410 37.5 40717.0421640 37.5 40717.0421880 37.5 40717.0421990 37.5 40717.0422450 37.5 40717.0422570 37.5 40717.0422690 37.5 40717.0422800 37.5 40717.0422920 37.5 40717.0423030 37.5 40717.0423150 37.5 40717.0423610 37.5 40717.0423730 37.5 40717.0424190 37.5 40717.0424310 37.5 40717.0424650 37.5 40717.0424770 37.5 40717.0424880 37.5 40717.0425000 37.5 40717.0425350 37.5 40717.0425460 37.5 40717.0425930 37.5 40717.0426040 37.5 40717.0426500 37.5 40717.0426620 37.5 40717.0426970 37.5 40717.0427080 37.5 40717.0427200 37.5 40717.0427310 37.5 40717.0427550 37.5 40717.0427660 37.5 40717.0427780 37.5 40717.0427890 37.5 40717.0428130 37.5 40717.0428240 37.5 40717.0428360 37.5 40717.0428700 37.5 40717.0428820 37.5 40717.0428940 37.5 40717.0429050 37.5 40717.0429170 37.5 40717.0429280 37.5 40717.0429400 37.5 40717.0429510 37.5 40717.0429980 37.5 40717.0430090 37.5 40717.0430320 37.5 40717.0430440 37.5 40717.0430560 37.5 40717.0430670 37.5 40717.0431130 37.5 40717.0431250 37.5 40717.0431370 37.5 40717.0431480 37.5 40717.0431710 37.5 40717.0431830 37.5 40717.0432290 37.5 40717.0432410 37.5 40717.0432520 37.5 40717.0432640 37.5 40717.0432870 37.5 40717.0432990 37.5 40717.0433220 37.5 40717.0433450 37.5 40717.0433560 37.5 40717.0433680 37.5 40717.0434030 37.5 40717.0434140 37.5 40717.0434370 37.5 40717.0434610 37.5 40717.0434720 37.5 40717.0435190 37.5 40717.0435300 37.5 40717.0435420 37.5 40717.0435760 37.5 40717.0435880 37.5 40717.0436460 37.6 40717.0436920 37.6 40717.0437040 37.6 40717.0437500 37.6 40717.0437620 37.6 40717.0438080 37.6 40717.0438190 37.6 40717.0438660 37.6 40717.0438770 37.6 40717.0439240 37.6 40717.0439350 37.6 40717.0439810 37.6 40717.0439930 37.6 40717.0440050 37.6 40717.0440390 37.6 40717.0440510 37.6 40717.0440970 37.6 40717.0442250 37.5 40717.0442590 37.5 40717.0442710 37.5 40717.0442820 37.5 40717.0442940 37.5 40717.0443170 37.5 40717.0443290 37.5 40717.0443400 37.6 40717.0443520 37.6 40717.0443870 37.6 40717.0443980 37.6 40717.0444100 37.6 40717.0444210 37.6 40717.0444330 37.6 40717.0444440 37.6 40717.0444560 37.6 40717.0444680 37.6 40717.0444910 37.6 40717.0445020 37.6 40717.0445140 37.6 40717.0445490 37.6 40717.0445600 37.6 40717.0445720 37.5 40717.0446180 37.5 40717.0446300 37.5 40717.0446760 37.5 40717.0446870 37.5 40717.0447110 37.5 40717.0447220 37.5 40717.0447340 37.5 40717.0447450 37.5 40717.0447570 37.5 40717.0447690 37.5 40717.0447800 37.5 40717.0447920 37.5 40717.0448030 37.5 40717.0448150 37.5 40717.0448260 37.5 40717.0448380 37.5 40717.0448500 37.5 40717.0448610 37.5 40717.0449070 37.5 40717.0449190 37.5 40717.0449310 37.5 40717.0449420 37.5 40717.0449650 37.5 40717.0449770 37.5 40717.0450230 37.5 40717.0450350 37.5 40717.0450460 37.5 40717.0450580 37.5 40717.0450810 37.5 40717.0450930 37.5 40717.0451390 37.5 40717.0451500 37.5 40717.0451970 37.5 40717.0452080 37.5 40717.0452550 37.5 40717.0452660 37.5 40717.0452780 37.5 40717.0453120 37.5 40717.0453240 37.5 40717.0453360 37.5 40717.0453470 37.5 40717.0453590 37.5 40717.0453700 37.5 40717.0453820 37.6 40717.0454050 37.6 40717.0454280 37.6 40717.0454400 37.6 40717.0454860 37.6 40717.0454980 37.6 40717.0455210 37.6 40717.0455440 37.6 40717.0455560 37.6 40717.0456020 37.6 40717.0456130 37.6 40717.0456370 37.6 40717.0456480 37.6 40717.0456600 37.6 40717.0456710 37.6 40717.0456830 37.6 40717.0457180 37.6 40717.0457290 37.6 40717.0457410 37.6 40717.0457520 37.6 40717.0457750 37.6 40717.0457870 37.6 40717.0458100 37.6 40717.0458220 37.6 40717.0458330 37.6 40717.0458450 37.6 40717.0458800 37.6 40717.0458910 37.6 40717.0459030 37.6 40717.0459370 37.6 40717.0459490 37.6 40717.0459610 37.6 40717.0459720 37.6 40717.0459840 37.6 40717.0459950 37.6 40717.0460070 37.6 40717.0460190 37.6 40717.0460420 37.6 40717.0460530 37.6 40717.0460650 37.6 40717.0460760 37.6 40717.0460880 37.6 40717.0461000 37.6 40717.0461110 37.6 40717.0461230 37.6 40717.0461340 37.6 40717.0461460 37.6 40717.0461570 37.6 40717.0461690 37.6 40717.0461810 37.6 40717.0461920 37.6 40717.0462040 37.6 40717.0462380 37.6 40717.0462500 37.6 40717.0462960 37.6 40717.0463080 37.6 40717.0463540 37.6 40717.0463660 37.6 40717.0464120 37.6 40717.0464240 37.6 40717.0464470 37.6 40717.0464700 37.6 40717.0464810 37.6 40717.0465280 37.6 40717.0465390 37.6 40717.0465860 37.6 40717.0465970 37.6 40717.0466090 37.6 40717.0466440 37.6 40717.0466550 37.6 40717.0467010 37.6 40717.0467130 37.6 40717.0467250 37.6 40717.0467360 37.6 40717.0467480 37.6 40717.0467590 37.6 40717.0467710 37.6 40717.0467820 37.6 40717.0468170 37.6 40717.0468290 37.6 40717.0468750 37.6 40717.0468870 37.6 40717.0469210 37.6 40717.0469330 37.6 40717.0469440 37.6 40717.0469910 37.6 40717.0470020 37.6 40717.0470140 37.6 40717.0470250 37.6 40717.0470370 37.6 40717.0470490 37.6 40717.0470600 37.6 40717.0470720 37.6 40717.0470950 37.6 40717.0471060 37.6 40717.0471180 37.6 40717.0471300 37.6 40717.0471410 37.6 40717.0471640 37.6 40717.0471760 37.6 40717.0471990 37.6 40717.0472110 37.6 40717.0472220 37.6 40717.0472340 37.6 40717.0472450 37.6 40717.0472570 37.6 40717.0472690 37.6 40717.0472800 37.6 40717.0472920 37.6 40717.0473380 37.6 40717.0474650 37.6 40717.0474770 37.6 40717.0474880 37.6 40717.0475120 37.6 40717.0475230 37.6 40717.0475350 37.6 40717.0475580 37.6 40717.0475690 37.6 40717.0475810 37.6 40717.0475930 37.6 40717.0476160 37.6 40717.0476270 37.6 40717.0476390 37.6 40717.0476500 37.6 40717.0476620 37.6 40717.0476740 37.6 40717.0476850 37.6 40717.0476970 37.6 40717.0477080 37.6 40717.0477430 37.6 40717.0477550 37.6 40717.0477660 37.6 40717.0478010 37.6 40717.0478130 37.6 40717.0478240 37.6 40717.0478590 37.6 40717.0478700 37.6 40717.0479750 37.6 40717.0479860 37.6 40717.0480320 37.6 40717.0480440 37.5 40717.0480900 37.5 40717.0481020 37.5 40717.0481480 37.5 40717.0481600 37.6 40717.0481710 37.6 40717.0482060 37.6 40717.0482180 37.6 40717.0482290 37.6 40717.0482640 37.6 40717.0482750 37.6 40717.0482990 37.6 40717.0483220 37.6 40717.0483330 37.6 40717.0483560 37.6 40717.0483680 37.6 40717.0483800 37.6 40717.0483910 37.6 40717.0484030 37.6 40717.0484140 37.6 40717.0484380 37.6 40717.0484490 37.6 40717.0484950 37.6 40717.0485070 37.6 40717.0485190 37.6 40717.0485530 37.6 40717.0485650 37.6 40717.0485760 37.6 40717.0485880 37.6 40717.0486000 37.6 40717.0486110 37.6 40717.0486230 37.6 40717.0487380 37.5 40717.0487500 37.5 40717.0487620 37.5 40717.0487850 37.5 40717.0487960 37.5 40717.0488430 37.5 40717.0488540 37.5 40717.0489000 37.5 40717.0489120 37.5 40717.0489580 37.5 40717.0489700 37.5 40717.0489810 37.5 40717.0489930 37.5 40717.0490160 37.5 40717.0490280 37.5 40717.0490390 37.5 40717.0490740 37.5 40717.0490860 37.5 40717.0490970 37.5 40717.0491090 37.5 40717.0491320 37.5 40717.0491440 37.5 40717.0491900 37.5 40717.0492010 37.6 40717.0492130 37.6 40717.0492250 37.6 40717.0492360 37.6 40717.0492480 37.6 40717.0492590 37.6 40717.0492940 37.6 40717.0493060 37.6 40717.0493170 37.5 40717.0493290 37.5 40717.0493520 37.5 40717.0493630 37.5 40717.0493750 37.5 40717.0493870 37.5 40717.0493980 37.5 40717.0494100 37.5 40717.0494210 37.5 40717.0494330 37.5 40717.0494440 37.5 40717.0494560 37.5 40717.0494680 37.5 40717.0494790 37.5 40717.0494910 37.5 40717.0495020 37.5 40717.0495250 37.5 40717.0495370 37.5 40717.0495490 37.6 40717.0495600 37.6 40717.0495720 37.6 40717.0495830 37.6 40717.0495950 37.6 40717.0496060 37.6 40717.0496180 37.6 40717.0496300 37.6 40717.0496410 37.6 40717.0496530 37.6 40717.0496640 37.5 40717.0496760 37.5 40717.0496880 37.5 40717.0496990 37.5 40717.0497110 37.5 40717.0497220 37.5 40717.0497690 37.5 40717.0497800 37.5 40717.0497920 37.5 40717.0498030 37.5 40717.0498150 37.5 40717.0498260 37.5 40717.0498380 37.5 40717.0498500 37.5 40717.0498840 37.5 40717.0498960 37.5 40717.0499070 37.5 40717.0499420 37.5 40717.0499540 37.5 40717.0499650 37.5 40717.0499770 37.5 40717.0499880 37.5 40717.0500000 37.5 40717.0500120 37.5 40717.0500230 37.5 40717.0500350 37.5 40717.0500460 37.5 40717.0500580 37.5 40717.0500690 37.5 40717.0500810 37.5 40717.0500930 37.5 40717.0501040 37.5 40717.0501160 37.5 40717.0501270 37.5 40717.0501740 37.5 40717.0501850 37.5 40717.0501970 37.5 40717.0502310 37.5 40717.0502430 37.5 40717.0502890 37.5 40717.0503010 37.5 40717.0503130 37.5 40717.0503470 37.5 40717.0503590 37.5 40717.0503700 37.5 40717.0504050 37.5 40717.0504170 37.5 40717.0504280 37.5 40717.0504510 37.5 40717.0504630 37.5 40717.0504860 37.5 40717.0504980 37.5 40717.0505090 37.5 40717.0505210 37.5 40717.0505320 37.5 40717.0505440 37.5 40717.0505560 37.5 40717.0505670 37.5 40717.0505790 37.5 40717.0505900 37.5 40717.0506020 37.5 40717.0506130 37.5 40717.0506250 37.5 40717.0506370 37.5 40717.0506480 37.5 40717.0506600 37.5 40717.0506710 37.5 40717.0506940 37.5 40717.0507060 37.5 40717.0507520 37.5 40717.0507640 37.5 40717.0508100 37.5 40717.0508220 37.5 40717.0508330 37.5 40717.0508450 37.5 40717.0508680 37.5 40717.0508800 37.5 40717.0509030 37.5 40717.0509260 37.5 40717.0509370 37.5 40717.0509610 37.5 40717.0509840 37.5 40717.0509950 37.5 40717.0510070 37.5 40717.0510190 37.5 40717.0510300 37.5 40717.0510420 37.5 40717.0510530 37.5 40717.0511000 37.5 40717.0511110 37.5 40717.0511230 37.5 40717.0511570 37.5 40717.0511690 37.5 40717.0511810 37.6 40717.0512150 37.6 40717.0512270 37.6 40717.0512380 37.6 40717.0512730 37.6 40717.0512850 37.6 40717.0512960 37.6 40717.0513080 37.6 40717.0513310 37.6 40717.0513430 37.6 40717.0513540 37.6 40717.0513660 37.6 40717.0513890 37.6 40717.0514000 37.6 40717.0514120 37.6 40717.0514240 37.6 40717.0514350 37.6 40717.0514470 37.6 40717.0514580 37.6 40717.0515050 37.6 40717.0515160 37.6 40717.0515390 37.6 40717.0515620 37.6 40717.0515740 37.6 40717.0515970 37.6 40717.0516200 37.6 40717.0516320 37.6 40717.0516550 37.6 40717.0516670 37.6 40717.0516780 37.6 40717.0516900 37.6 40717.0517010 37.6 40717.0517360 37.6 40717.0517480 37.6 40717.0517820 37.6 40717.0517940 37.6 40717.0518060 37.6 40717.0518170 37.6 40717.0518520 37.6 40717.0518630 37.6 40717.0518750 37.6 40717.0518870 37.6 40717.0518980 37.6 40717.0519100 37.6 40717.0519210 37.6 40717.0519680 37.6 40717.0519790 37.6 40717.0520020 37.6 40717.0520140 37.6 Thanks, Joanie -- View this message in context: http://r.789695.n4.nabble.com/Find-a-particular-point-on-a-curve-tp3882721p3883719.html Sent from the R help mailing list archive at Nabble.com.
On Oct 7, 2011, at 5:06 PM, Joanie wrote:> Here is a sample of my data: > > time temperature > 40717.0140390 37.5 > 40717.0140510 37.5 > >> 40717.0519790 37.6 > 40717.0520020 37.6 > 40717.0520140 37.6 >So your starting temp is different than your ending temp. How do you want that handled? And do you want to set a minimum value for "baseline" to establish what should be the starting and ending times? -- David Winsemius, MD West Hartford, CT
On Oct 7, 2011, at 5:06 PM, Joanie wrote:> Here is a sample of my data: > > time temperature > 40717.0140390 37.5 > 40717.0140510 37.5 >> 40717.0519680 37.6 > 40717.0519790 37.6 > 40717.0520020 37.6 > 40717.0520140 37.6After making that data into a dataframe named "dat" > plot(dat) > min(which(dat$temperature <37.5)) [1] 72 > max(which(dat$temperature >37.5)) [1] 2146 > dat$time[ max(which(dat$temperature >37.5)) ] [1] 40717.05 > dat$time[ min(which(dat$temperature <37.5)) ] [1] 40717.02 > dat$time[ max(which(dat$temperature >37.5)) ]-dat $time[ min(which(dat$temperature <37.5)) ] [1] 0.036644 > sum(dat$temperature - 37.5) [1] -441.2 > # Units = degree-what .... minute? hours?, days? > sum(dat$temperature - 37.5)*(dat$time[ max(which(dat$temperature >37.5)) ]-dat$time[ min(which(dat$temperature <37.5)) ]) [1] -16.16733 So the area under the curve is -16.16 degree-<some-time-units> (probably days) You did not include the first request, which was something about the duration of time that the temperature was at the minimum value (there being no real plateau). Noting that the minumum (read off the plot) was 36.7) I find: > 60*24*(dat$time[ max(which(dat$temperature==36.7)) ]-dat $time[ which.min(dat$temperature) ]) [1] 1.65024 # minutes (I think) spend at the nadir of temperature -- David Winsemius, MD West Hartford, CT
The most important thing is the point termed "C" (on the image): http://r.789695.n4.nabble.com/file/n3926631/courbe_temp%C3%A9rature.png which is the first point (time, temperature) where temperature stabilizes after the temperature drop (end of feeding). The definition of that particular point is : The point where temperature stabilizes within 1 sd (calculated from the prefeeding temperature) over a minimum of 10 minutes. Can someone help me writing the code for it? Thank you very much, Joanie -- View this message in context: http://r.789695.n4.nabble.com/Find-a-particular-point-on-a-curve-tp3882721p3926631.html Sent from the R help mailing list archive at Nabble.com.