Visualizing Data in R 4 by Margot Tollefson

Visualizing Data in R 4 by Margot Tollefson

Author:Margot Tollefson
Language: eng
Format: epub
ISBN: 9781484268315
Publisher: Apress


par(

mfrow=c( 2, 2 ),

oma=c( 2, 2, 2, 2 )

)

plot(

glm(

sr ~ .,

data=LifeCycleSavings

),

caption=paste( "plot", 1:6 ),

which=c( 1, 2, 4, 5 ),

labels.id=NULL,

sub.caption="sub.caption",

main="main",

id.n=2,

cex.id=0.9,

cook.levels= c( 0.33, 0.67, 1 ),

iter.smooth=5,

label.pos=c( 4, 4 ),

cex.caption=1.15,

cex.oma.main=1.4

)

par(

mfrow=c( 1, 1 ),

oma=c( 0, 0, 0, 0 )

)

palette(

"default"

)

Listing 5-17Code for the example of using plot() on an object of the lm class. The arguments x, caption, which, labels.id, sub.caption, main, cex.id, cook.levels, iter.smooth, label.pos, cex.caption, and cex.oma.main are set



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.