knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

mevolCVP

The goal of mevolCVP is to ...

Installation

You will be able to install the (once) released version of mevolCVP from CRAN with:

install.packages("mevolCVP")

so far you can (provinding remotes is installed):

remotes::install_github("vbonhomme/mevolCVP")

Example

This is a basic example which shows you how to solve a common problem:

library(mevolCVP)       # load the package
set.seed(2329)          # for the sake of replicability
mevol_CVP(pig$mat, pig$gp, nrep=2) # run mevolCVP with 2 iterations (speed purpose)

You can also work on a single column:

mevol_CVP(pig$mat[, 1], pig$gp, nrep=2)

More to come.



vbonhomme/mevolCVP documentation built on Aug. 24, 2024, 12:49 p.m.