search for: clarity

Displaying 20 results from an estimated 1513 matches for "clarity".

Did you mean: clarify
2010 Apr 07
1
ggplot2, density barplot and geom_point layer
Hi, Please consider the example below. How can I manage to overlay the points the way I want in the second case? Thanks, Joh library(ggplot2) # Modify data to match "real" case myDiamonds <- diamonds myDiamonds[["clarity"]] <- as.character(myDiamonds[["clarity"]]) myDiamonds[myDiamonds[["clarity"]]=="I1","clarity"] <- 1 myDiamonds[myDiamonds[["clarity"]]=="SI2","clarity"] <- 2 myDiamonds[myDiamonds[["clarity"]]=="SI1&...
2018 Feb 08
2
sparse.model.matrix Generates Non-Existent Factor Levels if Ord.factor Columns Present
..." "cutFair" "cutGood" "cutVery Good" "cutPremium" "cutIdeal" "color.L" "color.Q" "color.C" "color^4" "color^5" [12] "color^6" "clarity.L" "clarity.Q" "clarity.C" "clarity^4" "clarity^5" "clarity^6" "clarity^7" "depth" "table" "price" [23] "x" "y" "z&...
2009 Dec 16
4
Creating Dummy Variables in R
Hi, I am trying to create a set of dummy variables to use within a multiple linear regression and am unable to find the codes within the manuals. For example i have: Price Weight Clarity IF VVS1 VVS2 500 8 1 0 0 1000 5.2 0 0 1 864 3 0 1 0 340 2.6 0 0 1 90 0.5 1 0 0 450...
2013 Feb 18
1
ggplot2 and facet_wrap help
Dear R experts, I am trying to arrange multiple plots, creating one graph for each size1 factor variable in my data frame, and each plot has the median price on the y-axis and the size2 on the x-axis grouped by clarity: library(ggplot2) df <- data.frame(price=matrix(sample(1:1000, 100, replace = TRUE), ncol = 1)) df$size1 = 1:nrow(df) df$size1 = cut(df$size1, breaks=11) df=df[sample(nrow(df)),] df$size2 = 1:nrow(df) df$size2 = cut(df$size2, breaks=11) df=df[sample(nrow(df)),] df$clarity = 1:nrow(df) df$clar...
2018 Feb 08
0
sparse.model.matrix Generates Non-Existent Factor Levels if Ord.factor Columns Present
color and clarity are ordered factors, so sparse.model.matrix is generating orthogonal-polynomial contrasts (see ?contr.poly). This is by design ... what are you trying to do? Are you interested in fac2sparse? On 18-02-07 11:00 PM, Dario Strbenac wrote: > Good day, > > Sometimes, sparse.model.matrix o...
2012 Jan 29
1
ColorBrewer question
Hello, R friends,   I'm trying to change colors of my horizontal bars so that they show a sequence. I chose the ColorBrewer palette "Blues". However the resulting plot doesn't show any changes to the default. I tried several places of "+ scale_colour_brewer(type="seq", pal = "Blues")" with no effect. This is my code:   p <- ggplot(data, aes(x =
2010 Sep 10
3
ggplot bar geom: control the filling in the colour legend
Hi all, Is it possible to change the filling of the squares used to represent the colour legend in a bar plot with ggplot? in this example, fillings are raven black, I'd like them white. ggplot(diamonds, aes(clarity, colour = cut)) + geom_bar() Regards -- ------------- Benoit Boulinguiez Ph.D student Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 6226 "Sciences Chimiques de Rennes" Avenue du G?n?ral Leclerc CS 50837 35708 Rennes CEDEX 7 Tel 33 (0)2 23 23 80 83 Fax 33 (0)2 23 23...
2002 Aug 19
1
tinc woes (connection established, possible routing issues)
...Server Side Client Side / \ / \ Public IP Private Subnet Private IP 168.215.110.xxx --- 63.140.157.0/24 --- 63.140.157.230 ... --- 63.140.157.231 --- Client IP Server: /etc/tinc/Clarity/tinc.conf: # Sample tinc configuration file # This is a comment. # Spaces and tabs are eliminated. # The = sign isn't strictly necessary any longer, though you may want # to leave it in as it improves readability :) # Variable names are treated case insensitive. # The name of this tinc host....
2010 May 10
2
[Bug 1769] New: sftp displays size and transfer speed as "MB"; should use "MiB" for clarity
https://bugzilla.mindrot.org/show_bug.cgi?id=1769 Summary: sftp displays size and transfer speed as "MB"; should use "MiB" for clarity Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: d.tonhofer at m-pl...
2010 Sep 23
4
[Bug 1825] New: ipv64_normalise_mapped()'s memset should use a4, not addr, for clarity
https://bugzilla.mindrot.org/show_bug.cgi?id=1825 Summary: ipv64_normalise_mapped()'s memset should use a4, not addr, for clarity Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Miscellaneous AssignedTo: unassigned-bugs at mindrot.org ReportedBy: foo at m...
2003 Jul 21
0
Changing the labels on a regression tree (repeat post - with added clarity)
Hello I posted a very similar question last week, but the responses I received indicated that my post was unclear.... I have a regression tree created in rpart with tr.logypsx <- rpart(log(YPSX + 1) ~AGE+drugfact+sexfact+as.numeric(OBSX) +WINDLE + EABUSED + PABAU + positive.par + control.par + lenient.par, xval = 10, method = 'anova', cp = 0.0001, data = duhray2) and then
2004 Mar 13
1
some clarity Re: HFS+ resource forks: WIP patch included
I'd note that the mkisofs man page listed about a dozen different formats used in various contexts to store Mac resource forks and finder metadata in various contexts. I'd imagine the advent of MacOSX (with UFS support) has narrowed the field of what options are common somewhat, but it's an area where a lot of ad-hoc solutions made it out to the real world. On the other hand, the
2014 Jul 03
0
Voice clarity issue
Hello all, Im using a GSM gateway device for making outbound calls. GSM device is connected to one of my SIP peer. Now am facing a lot of voice signal problems. I checked with my vendor and there is no issues with signal and device. Any settings in asterisk? Thanks Arun -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 01
1
tricky (for me) merging of data...more clarity
...cated, and > using the other columns as some sort of indicators on when a sequence ends? > > If so, I would suggest asking the group how you might be able to turn sheet > 2 so that it will have as many rows as you needs (which you will then merge > with sheet 1). > > And for clarity sake, consider using ?dput for your objects. > Looking at data the way you pasted them (also, without column names) is not > very easy for the reader (which might reduce your chances of getting help). > > Cheers, > Tal > > ----------------Contact > Details:------------------...
2016 Jul 01
3
[cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
...y posting on the Militant Flat Earth Society should > not get a free pass to boot me out of LLVM. > The single word "rare" in the current code doesn't feel like enough. > I don't actually disagree with your criticism, IMHO, i just don't know of a way to generate more clarity. --paulr > > > > *From:* Daniel Berlin [mailto:dberlin at dberlin.org] > *Sent:* Friday, July 01, 2016 7:46 AM > *To:* Robinson, Paul > *Cc:* Rafael Espíndola; LLDB; cfe-dev at lists.llvm.org; llvm-dev; > openmp-dev (openmp-dev at lists.llvm.org) > *Subject:* Re: [cfe-de...
2008 Jan 23
13
DRYing up stories
I''m finding that I''m writing sets of very similar scenarios to check access permissions for each of my actions. Does anyone have suggestions on how to dry this up: Given an existing Account And a logged in Admin When the user visits account/manage Then he should get access Given an existing Account And a logged in Manager When the user visits account/manage Then he should get
2009 Sep 09
4
Joining Characters in R {issue with paste}
Hi Guys I am want to join to strings in R. I am using paste but not getting desirable result. For the sake of clarity, a quick example: > a="Bio" > b="iology" > paste(a,b) [1] "Bio iology" *There is a SPACE in the word biology which is what I dont want * Thanks, -Abhi [[alternative HTML version deleted]]
2020 Feb 17
2
[PATCH 3/3] iommu/virtio: Enable x86 support
...> > > bool "Virtio IOMMU driver" > > > depends on VIRTIO=y > > > - depends on ARM64 > > > + depends on (ARM64 || X86) > > > select IOMMU_API > > > + select IOMMU_DMA > > > > Can that have an "if X86" for clarity? AIUI it's not necessary for > > virtio-iommu itself (and really shouldn't be), but is merely to satisfy the > > x86 arch code's expectation that IOMMU drivers bring their own DMA ops, > > right? > > > > Robin. > > In fact does not this work on any...
2020 Feb 17
2
[PATCH 3/3] iommu/virtio: Enable x86 support
...> > > bool "Virtio IOMMU driver" > > > depends on VIRTIO=y > > > - depends on ARM64 > > > + depends on (ARM64 || X86) > > > select IOMMU_API > > > + select IOMMU_DMA > > > > Can that have an "if X86" for clarity? AIUI it's not necessary for > > virtio-iommu itself (and really shouldn't be), but is merely to satisfy the > > x86 arch code's expectation that IOMMU drivers bring their own DMA ops, > > right? > > > > Robin. > > In fact does not this work on any...
2016 Jul 01
2
[cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
...is subject to. I doubt, for example, either the Google or Sony employee handbooks have precise bright lines on what conduct is okay and not okay. Yet they still have serious consequences. > Again, if it's not any different, is there a problem with writing it in a > way that provides clarity to the non-lawyer population? > I don't think any way you write it will provide clarity as to precisely what conduct will and will not be okay. Anyway, since I don't think what you seem to want is possible, and I think it's fine as-is. But I understand if you disagree. ------------...