data(USArrests) row.names(USArrests) colnames(USArrests) USArrests$Murder USArrests$Murder[1] boxplot(USArrests) pairs(USArrests) colores<-rep("red",50) colores[10]<-"blue" pairs(USArrests,col=colores,pch=16) library(lattice) xyplot(Murder ~ Assault | Rape<15, data = USArrests) f<-function(x){return(sum(x