knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of mevolCVP is to ...
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")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.