0

I have a GAM plot which was produced by vis.gam (mgvc package) and I´m trying to change font size, labels position and to set minor ticks (not essential but desirable) generated by ticktype="detailed".

I found no option for this neither in the documentation of vis.gam nor in literature on GAM plots.

Is there any way to do it?.

Thanks for any help or hints.

Best,

Juan Carlos

Juan Carlos
  • 173
  • 13
  • 1
    You can use the normal base R plotting parameters to change the size: try `cex.lab`, and `cex.axis`. You can move the labels position away from the ticks by specifying the relevant labels..`xlab="\nXX"`. I think minor tick marks will involve a bit more work – user20650 Apr 20 '16 at 11:36
  • 1
    Thanks for the help. – Juan Carlos Apr 27 '16 at 08:46

1 Answers1

-1

You can use the pvisgram code of 'labcex = ...' to increase the font size of the contour labels.

See this page for more help.

Dan Chaltiel
  • 7,811
  • 5
  • 47
  • 92