Skip to content

Instantly share code, notes, and snippets.

@rzykov
Created October 6, 2021 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rzykov/8e8d51de7d36a539e18a44142384805e to your computer and use it in GitHub Desktop.
Save rzykov/8e8d51de7d36a539e18a44142384805e to your computer and use it in GitHub Desktop.
DataAnalysisIntro5.scala
//CODE
import org.ddahl.rscala._
import ru.retailrocket.ispark._
def connect() = RClient("R", false)
@transient
val r = connect()
R.plot(r, "barplot(cs, names.arg=names, col = 'red' )", Map("cs"->os.Aov.map(_._2), "names" -> osAov.map(_._1)) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment