inst/doc/merging-maps.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup, include = FALSE---------------------------------------------------
library(Racmacs)

## ----eval=FALSE---------------------------------------------------------------
#  merged_map <- mergeMaps(
#    map1,
#    map2,
#    map3,
#    method                  = "incremental-merge",
#    minimum_column_basis    = "none",
#    number_of_optimizations = 500,
#    number_of_dimensions    = 2
#  )

Try the Racmacs package in your browser

Any scripts or data that you put into this service are public.

Racmacs documentation built on June 22, 2024, 11:33 a.m.