[BlindRUG] Dotplot Function in BrailleR
Godfrey, Jonathan
A.J.Godfrey at massey.ac.nz
Tue Sep 11 20:10:40 UTC 2018
Not sure what you're hoping for Nicholas,
A dotplot is just a visual depiction of univariate data.
If you want to get some text to help understand it, then add MyDotPlot= at the front of either of your commands and then do VI(MyDotPlot)
The warning I because I didn't mask an existing function name when using dotplot. You can suppress warnings in the markdown file with warnings=FALSE in the chunk header.
Jonathan
-----Original Message-----
From: BlindRUG <blindrug-bounces at nfbnet.org> On Behalf Of Nicholas J via BlindRUG
Sent: Wednesday, 12 September 2018 6:52 AM
To: blindrug at nfbnet.org
Cc: Nicholas J <314nick15 at gmail.com>
Subject: [BlindRUG] Dotplot Function in BrailleR
Hello,
I have been trying for a while now to use the BrailleR package. I have the latest version of r and the BrailleR package. I have run the following two commands both in an RMarkdown file and in the RTerm:
BrailleR::dotplot(dataSet$variable)
BrailleR::dotplot(dataSet$variable1~dataSet$variable2)
With the above 2 lines, I just got the visual representation of the dotplot for both lines. This was done in the RTerm.
In RMarkdown, I got the following warning with the two same lines of code. as well as the visual representation:
The
## dotplot command is a wrapper for stripchart, and is not a base R function.
I have never gotten this command to work. Is there anything else I need to do to make it work?
Thank you,
Nicholas
_______________________________________________
BlindRUG mailing list
BlindRUG at nfbnet.org
http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org
To unsubscribe, change your list options or get your account info for BlindRUG:
http://nfbnet.org/mailman/options/blindrug_nfbnet.org/a.j.godfrey%40massey.ac.nz
The list archive can be viewed at:
http://www.nfbnet.org/pipermail/blindrug_nfbnet.org
More information and useful links about using R as a blind person can be obtained at:
http://R-Resources.massey.ac.nz
Look for help using R commands by reading the accessible e-book "Let's Use R Now" compiled by Jonathan Godfrey at:
http://R-Resources.massey.ac.nz/lurn/front.html
More information about the BlindRUG
mailing list