You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spc.plot.grid(BL,"spc.plot.depth", nnrow=2, nncol=2)
creates the following error in the Rmarkdown file in Rstudio :
Quitting from lines 352-353 (RPackage_Spectral_Tutorial.Rmd)
Error in title(main = tit, mgp = c(2, 1, 0)) :
plot.new has not been called yet
Calls: ... eval -> spc.plot.grid -> spc.plot.grid -> .local -> title
Execution halted
The text was updated successfully, but these errors were encountered:
spc.plot.grid(BL,"spc.plot.depth", nnrow=2, nncol=2)
creates the following error in the Rmarkdown file in Rstudio :
Quitting from lines 352-353 (RPackage_Spectral_Tutorial.Rmd)
Error in title(main = tit, mgp = c(2, 1, 0)) :
plot.new has not been called yet
Calls: ... eval -> spc.plot.grid -> spc.plot.grid -> .local -> title
Execution halted
The text was updated successfully, but these errors were encountered: