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
I try to run susie_plot(fitted_rss1,y="PIP",b=sumread$V9,file_prefix="./test")
get the warning:
Warning messages:
1: In plot.window(...) : "file_prefix" is not a graphical parameter
2: In plot.xy(xy, type, ...) : "file_prefix" is not a graphical parameter
3: In axis(side = side, at = at, labels = labels, ...) :
"file_prefix" is not a graphical parameter
4: In axis(side = side, at = at, labels = labels, ...) :
"file_prefix" is not a graphical parameter
5: In box(...) : "file_prefix" is not a graphical parameter
6: In title(...) : "file_prefix" is not a graphical parameter
and I didn't see the output in the specified directory
The text was updated successfully, but these errors were encountered:
I try to run susie_plot(fitted_rss1,y="PIP",b=sumread$V9,file_prefix="./test")
get the warning:
Warning messages:
1: In plot.window(...) : "file_prefix" is not a graphical parameter
2: In plot.xy(xy, type, ...) : "file_prefix" is not a graphical parameter
3: In axis(side = side, at = at, labels = labels, ...) :
"file_prefix" is not a graphical parameter
4: In axis(side = side, at = at, labels = labels, ...) :
"file_prefix" is not a graphical parameter
5: In box(...) : "file_prefix" is not a graphical parameter
6: In title(...) : "file_prefix" is not a graphical parameter
and I didn't see the output in the specified directory
The text was updated successfully, but these errors were encountered: