Displaying 1 result from an estimated 1 matches for "bus_orig".
Did you mean:
bio_orig
2011 Oct 13
1
Axis Formats with library(car)
...ave uploaded my data here: http://bit.ly/olgMLt (scatter_example.csv).
The resulting graph is shown here:
http://bit.ly/r8XxUA(business_orig_scatterplot.pdf). My code is as
follows:
estimation_data <- read.csv("scatter_example.csv",head=TRUE,sep=",")
library(car)
scatterplot(Bus_Orig ~ POP1995, data=estimation_data,
xlab="Population (1995)", ylab="Business Origins",
main="Scatter Plot - State Levels",
labels=row.names(estimation_data), boxplots=FALSE)
I tried the following as well which gave me no results.
# Trying to show #s in non-sc...