Levi Larkey schrieb: > Hi, > > I'm somewhat new to R and I'm trying to figure out the difference > between the operators <- and =. <- is an assignement operator = is primarily used for named arguments Some thoughts about the use of = as assignement operator can be found on: http://developer.r-project.org/equalAssign.html Thomas