| make.matterpower.dataframe | R Documentation | 
It is assumed the file format is the CosmoSIS format for storing power spectra. Note this format is different from the format used for the storage of scalar parameters.
make.matterpower.dataframe(dirname, type)
dirname | 
 The name of the directory containing the CosmoSIS power spectrum output.  | 
type | 
 Any value; this value is replicated to fill the   | 
A CosmoSIS matter power dataframe. If the directory does not exist, the returned dataframe will be empty.
d <- make.matterpower.dataframe(here::here("inst/extdata/demo_output_1/matter_power_nl"), "nl")
d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.