swh:1:snp:596f415c713fa00ee0a4e85e0356e0508a5b521e
read.csv.SBWM.matrices.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MCDA_methods.R
\name{read.csv.SBWM.matrices}
\alias{read.csv.SBWM.matrices}
\title{Read csv file containing input to the stratified BWM method}
\usage{
read.csv.SBWM.matrices(data)
}
\arguments{
\item{data}{input of the csv file}
}
\value{
the inputs to the SBWM method
}
\description{
Read csv file containing input to the stratified BWM method
}
\examples{
data <- read.csv(system.file("extdata", "stratified_BWM_case_study_I_example.csv", package = "RMCDA"), header = FALSE)
mat.lst <- read.csv.SBWM.matrices(data)
}