When replicating "main.R" that compute and create a recurrence plot for the Lorenz systems ( commit https://github.com/mxochicale-phd/thesis/commit/d3c304e23f43bf0dba41c44964ed45416fabe6d8 ), the script located at [https://github.com/mxochicale-phd/thesis/blob/master/0_code_data/1_code/4_figs_ch3/fig_3.5/code/main.R](https://github.com/mxochicale-phd/thesis/blob/master/0_code_data/1_code/4_figs_ch3/fig_3.5/code/main.R) got the following error: ``` > source(paste(getwd(),"/main.R", sep=""), echo=TRUE) > saveRP(filename_extension,width,height,rplot) Error: cannot allocate vector of size 274.9 Mb ``` possible solutions here: * https://stackoverflow.com/questions/5171593/r-memory-management-cannot-allocate-vector-of-size-n-mb * https://www.researchgate.net/post/How_to_solve_Error_cannot_allocate_vector_of_size_12_Gb_in_R
When replicating "main.R" that compute and create a recurrence plot for the Lorenz systems ( commit d3c304e ), the script located at https://github.com/mxochicale-phd/thesis/blob/master/0_code_data/1_code/4_figs_ch3/fig_3.5/code/main.R got the following error:
possible solutions here: