Displaying 1 result from an estimated 1 matches for "1205lu".
Did you mean:
1205l
2012 Jun 05
0
ggplot2, grid graphics, x11(), windows(), and device fonts
...stance ~ Time plots
p2 <- ggplot(lu.mig, aes(x=Time, y=Net.Distance, colour = PlateRow)) +
geom_point(size= 3) +
geom_line(size=1) +
facet_grid(Substrate ~ Expression) +
xlab("Time After Scratch (h)") +
ylab("Net half-distance (um)") +
opts(title='Repaired Raw 1205Lu Scratch Time Course') +
theme_bw(base_size = 18, base_family = "")
print(p2)
The warnings are:
There were 22 warnings (use warnings() to see them)
>
> warnings()
Warning messages:
1: Removed 1 rows containing missing values (geom_point).
2: Removed 1 rows containing missing v...