Created
October 6, 2021 11:33
-
-
Save rzykov/8e8d51de7d36a539e18a44142384805e to your computer and use it in GitHub Desktop.
DataAnalysisIntro5.scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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