Displaying 2 results from an estimated 2 matches for "exemplif".
Did you mean:
exemplify
2011 Nov 22
5
x, y for point of intersection
Hi everyone,
?
I am trying to get a point of intersection between a
polyline and a straight line ?.. and get the x and y coordinates of this point.
For exemplification consider this:
?
?
set.seed(123)
?
k1 <-rnorm(100, mean=1.77, sd=3.33)
?k1 <- sort(k1)
q1 <- rnorm(100, mean=2.37, sd=0.74)
q1 <- sort(q1, decreasing = TRUE)
plot(k1, q1, xlim <- c((min(k1)-5), (max(k1)+5)),
type="l")
?
ya <- 2
xa = -5
yb=4
xb=12
?...
2008 Nov 23
1
R and the Web: A small Wordpress plugin RwebFriend
Hi,
The web interfaces are great examples of using R from the web. The wordpress
plugin is a great creative thought.
Taking this further- since one critical point in R vs SAS or other Corporate
Type Software is the way it handles memory,
could we install say R web and these plugins on a cloud scalable
environment ( basically computing and memory scalable per use) to
offer R as a SaaS
Zementis