Displaying 2 results from an estimated 2 matches for "majumder".
Did you mean:
majumdar
2010 Aug 11
2
help to polish plot in ggplot2
...t it does not show separate grid for each category.
p <- qplot(category,value, data=dat.m, geom="bar", ylab="Percentage of eco
change",stat="identity",fill=variable, position="dodge")
p + coord_flip()
Can you help me generate my vision plot?
--
Mahbub Majumder
Graduate Student
Dept. of Statistics
Iowa State University
[[alternative HTML version deleted]]
2011 Oct 08
0
Fatal Error: unable to load base package
*Dear All*
*
*
*I am able to compile the simple program given in the site
http://dirk.eddelbuettel.com/code/rinside.html, but when i execute it a
dialog appear saying "Fatal Error: unable to load base package". Please
help.*
*
*
*With regards*
*
*
*Sudhabrata Majumder*
*
*
This is the source code
#include <RInside.h> // for the embedded R via RInside
int main(int argc, char *argv[])
{
RInside R(argc, argv); // create an embedded R instance
R["txt"] = "Hello, world!\n"; // assign a char* (str...