Skip to content

Commit

Permalink
continuing plot with colscale=T
Browse files Browse the repository at this point in the history
Plotting lines, points and linesonfes into plot with colscale=T
  • Loading branch information
spiwokv authored Oct 31, 2018
1 parent e362e7b commit 81323fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/readingandfes.R
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ plot.fes<-function(x, plottype="both",
method="flattest",
contcol=par("fg"), lty=par("lty"),
lwd=1, asp=NULL, axes=T,...) {
close.screen()
close.screen(all.screens=TRUE)
inputfes<-x
fes<-inputfes$fes
rows<-inputfes$rows
Expand Down

0 comments on commit 81323fe

Please sign in to comment.