ProdDtBbB: Product of datas block by block

Description Usage Arguments Value

View source: R/F3.R

Description

This function is used for the purpose of having the product block by block of two different data tables or matrices.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ProdDtBbB(
  Data1 = data(),
  length_block1 = integer(),
  cl_Dt1 = c(),
  rows1 = c(),
  Data2 = matrix(),
  length_block2 = integer(),
  cl_Dt2 = c(),
  rows2 = c()
)

Arguments

Data1

First data table or matrix that will be imported to the fonction and used to execute the matrix production with an other data table/matrix.

length_block1

Nomber of rows that will be used to define the lenght of all blocks for the first data table or matrix.

cl_Dt1

The columns of Data1 that we want to include in the first data product process.

rows1

he rows of the first block of the Data2. Based on this rows the function will select identically the rows of every other block.

Data2

The second data table or matrix that we will apply the product function block by block of the first data frame.

length_block2

The length of the blocks that will be multiplied by the blocks of the first data table.

cl_Dt2

The columns of Data2 that we want to include in the data product process.

rows2

The rows of the first block of Data2. Based on this rows the function will select identically the rows of every other block.

Value

tibble


GlenDu/ODBbB documentation built on Dec. 17, 2021, 9:33 p.m.