arnaud-m / optiplot

Analysis of Optimization Benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package optiplot

https://img.shields.io/badge/License-MIT-yellow.svg

Description

The optiplot package provides a collection of functions for the analysis of optimization benchmarks.

Prerequisites

This project works on 32 bits and 64 bits environment. This project requires:

  • R 4.0+
  • Downloaded and installed via the R function install.packages.
    • dplyr: grammar for data manipulation.
    • ggplot2: system for declaratively creating graphics.
    • gridExtra: miscellaneous functions for “Grid” graphics.
    • devtools: tools to make developing R packages easier (Build and Install only).

Installing

From Github

Install directly from github without downloading a local copy the project.

## install.packages("devtools") # if needed
devtools::install_github("arnaud-m/optiplot")

From Source

Download a local copy of the project, open a R session in the project directory, and execute.

## install.packages("devtools") # if needed
devtools::install()

Check the devtools Cheat Sheet.

Executing

Once the project has been installed (see “Installing”), execute the example of the one of the functions.

library(optiplot)
example(CrossTable)

Documentation

Look for general information about the package in the R console.

library(help=optiplot)

Look for the package documentation in the R console.

library(optiplot)
?optiplot

License

Copyright (c) 2022, Arnaud Malapert, Université Côte d’Azur, CNRS, I3S, France

This software is distributed under a MIT License.

About

Analysis of Optimization Benchmarks

License:Other


Languages

Language:R 100.0%