Package dao

Examples of dao.RObjectViewportPlotMdspca


            new RObjectViewportPlotSphpca( dao.Controller.fitName("mysphpca"),
                datafile.getAttachedRObject()),
                false, false, false, null);

    dao.Controller.addPlot(
            new RObjectViewportPlotMdspca( dao.Controller.fitName("mymdspca"),
                datafile.getAttachedRObject()),
                false, false, false, null);
   
    dao.Controller.addPlot(
            new RObjectViewportPlotMdspca( dao.Controller.fitName("mymdspca"),
                datafile.getAttachedRObject(), 1, 6),
                false, false, false, null);

   
    RObject icc = new RObject(dao.Controller.fitRVarName("icc_" + datafile.getAttachedRObject().getRVarName()), "icc(" + datafile.getAttachedRObject().getRVarName() + ")");
View Full Code Here

TOP

Related Classes of dao.RObjectViewportPlotMdspca

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.