ShearTable: ShearTable Function

Description Usage Arguments Examples

Description

Re-format the shear table (result from Shear_RSF) from (x,y,sector) table (3 x n) –> ((x,y) ~ sector) table (2+n_sector x n).it then writes the result in a csv file (can be used afterwards to extrapolate to new HH or extract the shear value on some positions)

Usage

1
ShearTable(RSF_shear, output_name = "sheartable.csv")

Arguments

RSF_shear:

"Shear rsf" already loaded into memory

output_name:

name for the output file. it has to contain the extension "*.csv"

Examples

1
2
3
generate a shear rsf from rsf_87_12S and rsf137_12S and export it into png pictures.
shear_ <- Shear_RSF(rsf87_12S,rsf137_12S)
ShearTable(shear_,"Sheartable.csv")

Umercia/rsf documentation built on May 9, 2019, 9:38 p.m.