[R] Error while running Vegas function in cpvSNP package

2016-09-01 Thread MLSC
Hello Sir, When I try to run vegas() function, I come across below errors, can somebody help me in fixing this issue? > test<-vegas(snpsGSC, gr,ldMat,1000,correction=TRUE,seed=NULL, verbose=FALSE) Warning: coercing ldMatrix from data.frame to matrix. Error in validObject(.Object) : invalid clas

[R] how to put two plots of scatterplotMatrix side by side in one plot?

2014-07-22 Thread MLSC
Hello Friends, I want to put two plots of scatterplotMatrix side by side in one plot. I have tried below command. But somehow below code doesnt join them together side by side. > par(mfrow=c(1,2)); > scatterplotMatrix(~ SBP + DBP + Leptin +WC+BMI+Weight | > factor(dat2$rs3827103), data=dat2,diag

[R] Error with RJSONIO installation

2012-06-19 Thread MLSC
in conformMethod(signature, mnames, fnames, f, fdef, definition) : In method for function "toJSON": formal arguments omitted in the method definition cannot be in the signature (.escapeEscapes = "NA") Error : unable to load R code in package 'RJSONIO&

[R] Help on reading data.frame in RJSONIO

2012-03-28 Thread MLSC
wing format { { id : 1, name: "Monkey D Luffy", position: "captain", ambition: "I will become the pirate king" } , {id: 2, name:"Roronoa zoro", position: "swordman", ambition:"become greate swordman" } , { } , { }, { } } Please let me

[R] how to avoid farword slashes in RJSONIO output

2012-03-28 Thread MLSC
ot;,\n\"position\": \"Cook\",\n\"ambition\": \"Find all blue\" \n},\n{\n \"id\": 4,\n\"name\": \"Nami\",\n\"position\": \"Navigator\",\n\"ambition\": \"Draw map of the world\" \n},\n{\

Re: [R] how to avoid farword slashes in RJSONIO output

2012-04-01 Thread MLSC
Hello jim, Thanks. yes, cat() served the purpose. Regards, mlsc On Sat, Mar 31, 2012 at 4:58 PM, jim holtman wrote: > The forward slashes are to escape quotes and the new lines. Here is > an example showing that when you output the file with 'cat' you > probably get

[R] R-RApache to develop Knowledge Base

2012-02-05 Thread MLSC
campared to MySQLdb connector? It would be nice if you give me a detailed opinion on this. Thanking you all in anticipation. Regards, mlsc [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] R-RApache to develop Knowledge Base

2012-02-06 Thread MLSC
directly talks to web server. Regards, mlsc On Mon, Feb 6, 2012 at 7:20 PM, Spencer Graves < spencer.gra...@structuremonitoring.com> wrote: > Have you tried Bioconductor (www.bioconductor.org)? Spencer > > > On 2/5/2012 10:36 PM, MLSC wrote: > > Hi all, > > I need your

[R] Help on lattice barchart ploting

2012-02-20 Thread MLSC
. hence can somebody let me know how get bars in the plot propotional to x-axis range 0 to 100? Regards, mlsc [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read th

Re: [R] Help on lattice barchart ploting

2012-02-20 Thread MLSC
Hello friends, Thanks for the help. Yes, It is works fine with Davids suggestion. I had to convert "Freqs " to as.character(). Thanks again. Regards, mlsc On Mon, Feb 20, 2012 at 5:52 PM, Richard M. Heiberger wrote: > I do not see the restricted range that you report. > There

[R] How to get R plots with FastRweb

2011-04-20 Thread MLSC MANIPAL
Dear friends, I am working in a web service project which uses integration of Java with R. I have used RJava to connect with Java and that is working fine. As R produces more interactive plots, I would also like to pipe plots generate from R on web page. I came to know that FastRWeb, R2HTML, brew