Giter Site home page Giter Site logo

cbig / zonator Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 8.0 25.05 MB

Utility tools for for anybody interested in using a familiar tool (R) in setting up Zonation runs and managing Zonation results.

Home Page: https://cbig.github.io/zonator/

R 99.78% Shell 0.22%
conservation science spatial zonation

zonator's People

Contributors

elgabbas avatar jlehtoma avatar salim-b avatar tuulit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zonator's Issues

Refactor performance curves plotting code

Both plot_curves and plot_grp_curves should have only 1 plotting function. Preprocessing the data (read in and parse) should be done separately (still within 1 function?).

Make performance curve plotting more intelligent

If there are many features / groups to plot in performance curves, the graphical resolution of the plot may not be good. Plot generic should inspect how many lines need to be plotted and adjust the linetype/color mappings accordingly.

Refactor dependencies

So far more-or-less necessary packages are all in depends in DESCRIPTION file. See if some of these could be moved to imports or suggests.

Implement logging when reading in Zproject

When Zproject is being created based on existing project, a lot of files are being read in. Implement debug logging to track which files are read in in case something goes wrong.

User defined paths to create_zproject

Create_zproject would benefit from a feature where user could define different paths to be used in .bat files. Now root.path is used automatically which is awkward if one wants to use relative paths.

Subsetting groups in curves()

Using argument cols while groups=TRUE in curves() does not work. Either warn user about this or implement correct group subsetting.

Feature names get lost

Feature names works ok for variants but get lost when analyzing results (e.g. the plots use only f1, f2, f3, etc. and featurenames(results) return this:
[1] "f1" "f2" "f3" "f4"

Group naming does not work if group IDs change

Group IDs vector can be changed:

groups(variant) <- something

but trying to add new names mapping does not work as the number of categories is still being checked against the original groups-file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.