Posted by Kalimaha on Wed 22nd Feb 10:13 (modification of post by view diff)
download | new post
- public void testGrowthRate() {
- RClient c = new RClient(ip, port);
- RBean b = new RBean();
- b.setDb(new DBBean(DATASOURCE.FAOSTAT));
- b.setFunction(R.growthrate.name());
- b.addRawValue(116394277.0);
- b.addRawValue(119020138.0);
- b.addRawValue(132837259.0);
- b.addRawValue(133424110.0);
- b.addRawValue(141953999.0);
- b.addRawValue(149575692.0);
- b.addRawValue(138536478.0);
- b.addRawValue(153411067.0);
- b.addRawValue(159454207.0);
- b.addRawValue(156112079.0);
- List<List<String>> table = c.evalSynch(b);
- print(table);
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.