powered by
Read a heliospectra script (json format) into a matrix.
read.helio_json(helio_script)
Matrix containing the regime encoded by the Heliospectra script
File (.txt or .json) containing heliospectra regime script
example_file <- system.file("extdata", "example_json_schedule.txt", package = "LightFitR", mustWork = TRUE) read.helio_json(example_file)
Run the code above in your browser using DataLab