summary(stress66)
plot(
stress66,
type = "h",
main = "Breaking Stress Values",
xlab = "Observation",
ylab = "Stress (GPa)"
)
hist(
stress66,
main = "Histogram of Breaking Stress",
xlab = "Stress (GPa)"
)
Run the code above in your browser using DataLab