search for: technologiepark

Displaying 10 results from an estimated 10 matches for "technologiepark".

2020 Jun 16
3
Empty username and password for stream_auth
...8:57] INFO auth/queue_auth_client auth on /stream has 1 pending > [2020-06-11 10:08:57] WARN auth/stream_auth_callback Failed auth for source "/stream" I hope you can help me. Best regards Mit freundlichen Grüßen aus Paderborn Christian Stoller Web-Entwicklung LEONEX Internet GmbH Technologiepark 6 33100 Paderborn Tel: +49 (5251) 4142-526 Fax: +49 (5251) 4142-501 HRB 8694 AG Paderborn Geschäftsführer: Stephan Winter ________________________________ LEONEX ist Google Premier Partner. Mit der staatlichen Förderung Go-Digital in die Digitalisierung. Wir sind Ihr Ansprechpartner für erfolgre...
2004 Aug 06
1
Lattice: how to index in a custom panel function?
...,"blue"), panel = function(x,y,...){ panel.abline(h = 100, lty = 5, lwd =0.5, col = "darkgrey") panel.txt(mytext, 0.2, 0.8) } -- ====================================================================== Joris De Wolf CropDesign N.V. Plant Evaluation Group Technologiepark 3 B-9052 Zwijnaarde Belgium Tel. : +32 9 242 91 55 Fax : +32 9 241 91 73 ====================================================================== confidentiality notice: The information contained in this e-mail is confidential and...{{dropped}}
2008 Nov 13
0
corfdrci and kendallfdrci from GeneNT
...ly on the dataset provided in the library. -- ================================================================== Veronique Storme Ing. Master in statistical data analysis Tel:+32 (0)9 331 38 84 fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, Ghent University Technologiepark 927, 9052 Gent, BELGIUM vesto at psb.ugent.be http://www.psb.ugent.be
2006 Nov 09
1
plot pch
Dear All, I have a data as follows: ID <- 1:100 Y <- rnorm(100) X <- rnorm(100) type <- as.factor(rep(1:3,100,time=1)) df <- as.data.frame(cbind(ID, Y,X,type)) I want to plot Y versus X by specifying the pch to be as follows: Subjects having type = 1 must be plotted with a character pch = "A" Subjects having type = 2 must be plotted
2004 Jun 25
1
difference in order() between Linux and Windows with mixtures of caps and normal letters
...;,"c","a","T","D") > Mstring[order(Mstring)] [1] "D" "T" "a" "b" "c" -- ====================================================================== Joris De Wolf CropDesign N.V. Plant Evaluation Group Technologiepark 3 B-9052 Zwijnaarde Belgium Tel. : +32 9 242 91 55 Fax : +32 9 241 91 73 ====================================================================== confidentiality notice: The information contained in this e-mail is confidential and...{{dropped}}
2008 May 19
3
Rank Values in a Matrix
Dear All, a short and maybe simple question: I have to rank all values in a matrix from 0 to X, [1] [2] [3] [4] [1] 0.1 2 0 3 [2] 50 3 3 1 [3] 100 1 1 0 [4] 100 2 2 0 0->0 0.1->1 2->2 3->3 50->4 100->5 (X=5) is there any function for this? i have looked in several packages (vegan, labdsv etc.) because I am working with species by site tables,
2020 Jun 17
1
Empty username and password for stream_auth
...; Telephon: +49.3535 490 17 92 > > Löwenfelsen UG (haftungsbeschränkt) Registration number: > Bickinger Straße 21 HRB 12308 CB > 04916 Herzberg (Elster) VATIN/USt-ID: > Germany DE305133015 Mit freundlichen Grüßen aus Paderborn Christian Stoller Web-Entwicklung LEONEX Internet GmbH Technologiepark 6 33100 Paderborn Tel: +49 (5251) 4142-526 Fax: +49 (5251) 4142-501 HRB 8694 AG Paderborn Geschäftsführer: Stephan Winter ________________________________ LEONEX ist Google Premier Partner. Mit der staatlichen Förderung Go-Digital in die Digitalisierung. Wir sind Ihr Ansprechpartner für erfolgre...
2003 May 08
1
strange behaviour of certain fields in data frame after rbind
...12121 150286 CD3629 <NA> E0.000.003.205 3116 YD03_17b Confirmation 55 12122 150333 CD3629 <NA> E0.000.003.205 3116 YD03_17b Confirmation -- ====================================================================== Joris De Wolf CropDesign N.V. Plant Evaluation Group Technologiepark 3 B-9052 Zwijnaarde Belgium Tel. : +32 9 242 91 55 Fax : +32 9 241 91 73 ====================================================================== The information contained in this email is confidential and may ... {{dropped}}
2007 Jan 14
3
changes in the structure of mer objects?
...nu status major 2 minor 4.1 year 2006 month 12 day 18 svn rev 40228 language R version.string R version 2.4.1 (2006-12-18) Thanks Joris De Wolf Phone: +32 9 2429155, E-Mail: joris.dewolf at cropdesign.com Postal Address: CropDesign N.V. Technologiepark 3, 9052 Gent Belgium
2004 Mar 09
5
Adding data.frames together
I have a series of data frames that are identical structurally, i.e. - made with the same code, but I need to add them together so that they become one, longer, data frame, i.e. - each of the slot vectors are increased in length by the length of the added data frame vectors. So if I have df1 with a slot A so that length(df1$A) = 100 and I have df2 with a slot A so that length(df2$A)=200 then I